3 implementations of GetSystemType
Microsoft.Cci.Extensions (1)
Extensions\CustomAttributeProvider.cs (1)
13public string GetSystemType()
Microsoft.DotNet.SignTool (1)
src\Configuration.cs (1)
642public object GetSystemType() => null;
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();