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