2 references to GetPropertyOrEventName
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
522
string propertyName =
GetPropertyOrEventName
(basePropertyDeclarationSyntax, outerBinder);
539
string eventName =
GetPropertyOrEventName
(eventDeclarationSyntax, outerBinder);