2 writes to _factory
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
31_factory = factory; 39_factory = null;
9 references to _factory
Microsoft.CodeAnalysis.CSharp (9)
Binder\BinderFactory.BinderFactoryVisitor.cs (9)
49return _factory._compilation; 57return _factory._syntaxTree; 65return _factory._buckStopsHereBinder; 73return _factory._binderCache; 81return _factory.InScript; 120ExecutableCodeBinder bodyBinder = simpleProgram.GetBodyBinder(_factory._ignoreAccessibility); 875outer = _factory.GetBinder(parent.Parent, position); 1023ExecutableCodeBinder bodyBinder = simpleProgram.GetBodyBinder(_factory._ignoreAccessibility); 1158: MakeCrefBinder(crefSyntax, memberSyntax, _factory, inParameterOrReturnType);