2 writes to _memberDeclarationOpt
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
33_memberDeclarationOpt = memberDeclarationOpt; 41_memberDeclarationOpt = null;
3 references to _memberDeclarationOpt
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (3)
509if (baseMethodDeclarationSyntax == _memberDeclarationOpt) 528if (basePropertyDeclarationSyntax == _memberDeclarationOpt) 545if (eventDeclarationSyntax == _memberDeclarationOpt)