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