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