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