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