3 implementations of IsSystemType
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\CustomAttributeTypeProvider.cs (1)
87
public bool
IsSystemType
(TypeDesc type)
Microsoft.NET.HostModel (1)
ComHost\ClsidMap.cs (1)
299
public bool
IsSystemType
(KnownType type)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.TypeProvider.cs (1)
64
public bool
IsSystemType
(RoType type) => type == Loader.TryGetCoreType(CoreType.Type);
1 reference to IsSystemType
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
197
info.TypeCode = _provider.
IsSystemType
(info.Type) ? SerializationTypeCode.Type : (SerializationTypeCode)_provider.GetUnderlyingEnumType(info.Type);