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