1 write to _typeRefsInCompilationModuleSet
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
766
Volatile.Write(ref
_typeRefsInCompilationModuleSet
, typeRefsInCompilationModuleSet);
3 references to _typeRefsInCompilationModuleSet
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (3)
742
if (
_typeRefsInCompilationModuleSet
== null)
746
if (
_typeRefsInCompilationModuleSet
== null)
771
return
_typeRefsInCompilationModuleSet
.TryGetValue(type, out token);