3 references to IsNameConflictWithProperty
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Rename\CSharpRenameRewriterLanguageService.cs (3)
265&& IsNameConflictWithProperty("get", token.Parent as AccessorDeclarationSyntax); 269&& IsNameConflictWithProperty("set", token.Parent as AccessorDeclarationSyntax); 274&& IsNameConflictWithProperty("set", token.Parent as AccessorDeclarationSyntax);