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