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)
3503else if (module.IsPlatformType(type, PlatformType.SystemObject)) 3522Debug.Assert(this.module.IsPlatformType(targetType, PlatformType.SystemObject)); 3552if (this.module.IsPlatformType(targetType, PlatformType.SystemObject)) 3560this.module.IsPlatformType(c.Type, PlatformType.SystemObject)) 3582Debug.Assert(!module.IsPlatformType(c.Type, PlatformType.SystemType) || c.Value == null); 3780if (module.IsPlatformType(returnType, PlatformType.SystemVoid)) 3818if (module.IsPlatformType(typeReference, PlatformType.SystemTypedReference)) 3890if (module.IsPlatformType(typeReference, PlatformType.SystemObject)) 4019if (module.IsPlatformType(elementType, PlatformType.SystemObject)) 4042else if (module.IsPlatformType(typeReference, PlatformType.SystemType))
PEWriter\MetadataWriter.PortablePdb.cs (1)
226else if (this.module.IsPlatformType(type, PlatformType.SystemObject))