Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Dec 13, 2022
1 parent 8ad4f03 commit 4b6547d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Microsoft.CodeAnalysis.CSharp.Snippets
{
[ExportSnippetProvider(nameof(ISnippetProvider), LanguageNames.CSharp), Shared]
internal sealed class CSharpPropSnippetProvider : CSharpAutoPropertySnippetProvider
internal sealed class CSharpPropSnippetProvider : CSharpPropertySnippetProvider
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace Microsoft.CodeAnalysis.CSharp.Snippets
{
internal abstract class CSharpAutoPropertySnippetProvider : AbstractPropertySnippetProvider
internal abstract class CSharpPropertySnippetProvider : AbstractPropertySnippetProvider
{
protected virtual AccessorDeclarationSyntax? GenerateGetAccessorDeclaration(CSharpSyntaxContext syntaxContext, SyntaxGenerator generator)
=> (AccessorDeclarationSyntax)generator.GetAccessorDeclaration();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace Microsoft.CodeAnalysis.CSharp.Snippets
{
[ExportSnippetProvider(nameof(ISnippetProvider), LanguageNames.CSharp), Shared]
internal class CSharpPropgSnippetProvider : CSharpAutoPropertySnippetProvider
internal class CSharpPropgSnippetProvider : CSharpPropertySnippetProvider
{
[ImportingConstructor]
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
Expand Down

0 comments on commit 4b6547d

Please sign in to comment.