1 write to s_assembly
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\AssemblyGen.cs (1)
28
Interlocked.CompareExchange(ref
s_assembly
, new AssemblyGen(), comparand: null);
2 references to s_assembly
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\AssemblyGen.cs (2)
26
if (
s_assembly
== null)
30
return
s_assembly
;