5 implementations of GetSystemType
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\TypeMapMetadata.cs (1)
51
public TypeWithSerializedName
GetSystemType
()
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\TypeMapMetadata.cs (1)
51
public TypeWithSerializedName
GetSystemType
()
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Ecma\CustomAttributeTypeProvider.cs (1)
25
public TypeDesc
GetSystemType
()
Microsoft.NET.HostModel (1)
ComHost\ClsidMap.cs (1)
269
public KnownType
GetSystemType
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
63
public RoType
GetSystemType
() => Loader.GetCoreType(CoreType.Type);
1 reference to GetSystemType
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
267
info.Type = _provider.
GetSystemType
();