2 writes to _typeBuilder
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (2)
140
_typeBuilder
= (TypeBuilder)method.DeclaringType;
165
_typeBuilder
= parent._typeBuilder;
4 references to _typeBuilder
System.Core (4)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (2)
165
_typeBuilder = parent.
_typeBuilder
;
308
return
_typeBuilder
.DefineField("<ExpressionCompilerImplementationDetails>{" + Interlocked.Increment(ref _Counter) + "}" + name, type, FieldAttributes.Static | FieldAttributes.Private);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (2)
42
} else if(
_typeBuilder
!= null) {
129
MethodBuilder mb =
_typeBuilder
.DefineMethod(name, MethodAttributes.Private | MethodAttributes.Static);