1 write to _memberDeclarationOpt
Microsoft.CodeAnalysis.CSharp (1)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
37_memberDeclarationOpt = memberDeclarationOpt;
3 references to _memberDeclarationOpt
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (3)
492if (baseMethodDeclarationSyntax == _memberDeclarationOpt) 511if (basePropertyDeclarationSyntax == _memberDeclarationOpt) 528if (eventDeclarationSyntax == _memberDeclarationOpt)