1 write to TypeMapGroup
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
106TypeMapGroup = 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)) 441assembliesToScan.Enqueue((targetAssembly, typeMapState.TypeMapGroup));