1 write to _factory
Microsoft.CodeAnalysis.CSharp (1)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
29_factory = factory;
9 references to _factory
Microsoft.CodeAnalysis.CSharp (9)
Binder\BinderFactory.BinderFactoryVisitor.cs (9)
45return _factory._compilation; 53return _factory._syntaxTree; 61return _factory._buckStopsHereBinder; 69return _factory._binderCache; 77return _factory.InScript; 116ExecutableCodeBinder bodyBinder = simpleProgram.GetBodyBinder(_factory._ignoreAccessibility); 851outer = _factory.GetBinder(parent.Parent, position); 999ExecutableCodeBinder bodyBinder = simpleProgram.GetBodyBinder(_factory._ignoreAccessibility); 1134: MakeCrefBinder(crefSyntax, memberSyntax, _factory, inParameterOrReturnType);