12 references to IsPlatformType
Microsoft.CodeAnalysis (12)
CodeGen\PermissionSetAttribute.cs (1)
76
Debug.Assert(context.Module.
IsPlatformType
(fileArg.Type, Cci.PlatformType.SystemString));
PEWriter\MetadataWriter.cs (10)
3516
else if (module.
IsPlatformType
(type, PlatformType.SystemObject))
3535
Debug.Assert(this.module.
IsPlatformType
(targetType, PlatformType.SystemObject));
3565
if (this.module.
IsPlatformType
(targetType, PlatformType.SystemObject))
3573
this.module.
IsPlatformType
(c.Type, PlatformType.SystemObject))
3595
Debug.Assert(!module.
IsPlatformType
(c.Type, PlatformType.SystemType) || c.Value == null);
3793
if (module.
IsPlatformType
(returnType, PlatformType.SystemVoid))
3831
if (module.
IsPlatformType
(typeReference, PlatformType.SystemTypedReference))
3903
if (module.
IsPlatformType
(typeReference, PlatformType.SystemObject))
4032
if (module.
IsPlatformType
(elementType, PlatformType.SystemObject))
4055
else if (module.
IsPlatformType
(typeReference, PlatformType.SystemType))
PEWriter\MetadataWriter.PortablePdb.cs (1)
226
else if (this.module.
IsPlatformType
(type, PlatformType.SystemObject))