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