1 instantiation of AssemblyGen
System.Core (1)
Microsoft\Scripting\Compiler\AssemblyGen.cs (1)
53Interlocked.CompareExchange(ref _assembly, new AssemblyGen(), null);
3 references to AssemblyGen
System.Core (3)
Microsoft\Scripting\Compiler\AssemblyGen.cs (2)
32private static AssemblyGen _assembly; 50private static AssemblyGen Assembly {
Microsoft\Scripting\Compiler\DelegateHelpers.cs (1)
36TypeBuilder builder = AssemblyGen.DefineDelegateType("Delegate" + types.Length);