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