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