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