2 writes to _Counter
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.cs (1)
308
return _typeBuilder.DefineField("<ExpressionCompilerImplementationDetails>{" + Interlocked.Increment(ref
_Counter
) + "}" + name, type, FieldAttributes.Static | FieldAttributes.Private);
Microsoft\Scripting\Compiler\LambdaCompiler.Lambda.cs (1)
146
return "<ExpressionCompilerImplementationDetails>{" + Interlocked.Increment(ref
_Counter
) + "}lambda_method";