2 overrides of IsPlatformType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
825public sealed override bool IsPlatformType(Cci.ITypeReference typeRef, Cci.PlatformType platformType)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\PEModuleBuilder.vb (1)
614Public NotOverridable Overrides Function IsPlatformType(typeRef As Cci.ITypeReference, platformType As Cci.PlatformType) As Boolean
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)
3454else if (module.IsPlatformType(type, PlatformType.SystemObject)) 3473Debug.Assert(this.module.IsPlatformType(targetType, PlatformType.SystemObject)); 3503if (this.module.IsPlatformType(targetType, PlatformType.SystemObject)) 3511this.module.IsPlatformType(c.Type, PlatformType.SystemObject)) 3533Debug.Assert(!module.IsPlatformType(c.Type, PlatformType.SystemType) || c.Value == null); 3731if (module.IsPlatformType(returnType, PlatformType.SystemVoid)) 3769if (module.IsPlatformType(typeReference, PlatformType.SystemTypedReference)) 3841if (module.IsPlatformType(typeReference, PlatformType.SystemObject)) 3970if (module.IsPlatformType(elementType, PlatformType.SystemObject)) 3993else if (module.IsPlatformType(typeReference, PlatformType.SystemType))
PEWriter\MetadataWriter.PortablePdb.cs (1)
226else if (this.module.IsPlatformType(type, PlatformType.SystemObject))