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; 308return _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) { 129MethodBuilder mb = _typeBuilder.DefineMethod(name, MethodAttributes.Private | MethodAttributes.Static);