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)
49
return
_factory
._compilation;
57
return
_factory
._syntaxTree;
65
return
_factory
._buckStopsHereBinder;
73
return
_factory
._binderCache;
81
return
_factory
.InScript;
120
ExecutableCodeBinder bodyBinder = simpleProgram.GetBodyBinder(
_factory
._ignoreAccessibility);
875
outer =
_factory
.GetBinder(parent.Parent, position);
1023
ExecutableCodeBinder bodyBinder = simpleProgram.GetBodyBinder(
_factory
._ignoreAccessibility);
1158
: MakeCrefBinder(crefSyntax, memberSyntax,
_factory
, inParameterOrReturnType);