1 override of IsPlatformType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
843public sealed override bool IsPlatformType(Cci.ITypeReference typeRef, Cci.PlatformType platformType)
12 references to IsPlatformType
Microsoft.CodeAnalysis (12)
CodeGen\PermissionSetAttribute.cs (1)
76Debug.Assert(context.Module.IsPlatformType(fileArg.Type, Cci.PlatformType.SystemString));
PEWriter\MetadataWriter.cs (10)
3522else if (module.IsPlatformType(type, PlatformType.SystemObject)) 3541Debug.Assert(this.module.IsPlatformType(targetType, PlatformType.SystemObject)); 3571if (this.module.IsPlatformType(targetType, PlatformType.SystemObject)) 3579this.module.IsPlatformType(c.Type, PlatformType.SystemObject)) 3601Debug.Assert(!module.IsPlatformType(c.Type, PlatformType.SystemType) || c.Value == null); 3799if (module.IsPlatformType(returnType, PlatformType.SystemVoid)) 3837if (module.IsPlatformType(typeReference, PlatformType.SystemTypedReference)) 3909if (module.IsPlatformType(typeReference, PlatformType.SystemObject)) 4038if (module.IsPlatformType(elementType, PlatformType.SystemObject)) 4061else if (module.IsPlatformType(typeReference, PlatformType.SystemType))
PEWriter\MetadataWriter.PortablePdb.cs (1)
226else if (this.module.IsPlatformType(type, PlatformType.SystemObject))