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