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