1 write to TypeMapGroup
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
106
TypeMapGroup
= typeMapGroup;
4 references to TypeMapGroup
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (4)
141
_externalTypeMapExceptionStub ??= new ThrowingMethodStub(stubModule.GetGlobalModuleType(),
TypeMapGroup
, externalTypeMap: true, exception);
151
_associatedTypeMapExceptionStub ??= new ThrowingMethodStub(stubModule.GetGlobalModuleType(),
TypeMapGroup
, externalTypeMap: false, exception);
437
&& (currentTypeMapGroup is null || currentTypeMapGroup == typeMapState.
TypeMapGroup
))
441
assembliesToScan.Enqueue((targetAssembly, typeMapState.
TypeMapGroup
));