3 references to SystemType
Microsoft.CodeAnalysis (3)
Emit\CommonPEModuleBuilder.cs (1)
1095case Cci.PlatformType.SystemType:
PEWriter\MetadataWriter.cs (2)
3579Debug.Assert(!module.IsPlatformType(c.Type, PlatformType.SystemType) || c.Value == null); 4039else if (module.IsPlatformType(typeReference, PlatformType.SystemType))