5 references to SystemType
Microsoft.CodeAnalysis (3)
Emit\CommonPEModuleBuilder.cs (1)
1070
case Cci.PlatformType.
SystemType
:
PEWriter\MetadataWriter.cs (2)
3533
Debug.Assert(!module.IsPlatformType(c.Type, PlatformType.
SystemType
) || c.Value == null);
3993
else if (module.IsPlatformType(typeReference, PlatformType.
SystemType
))
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
830
if (platformType == Cci.PlatformType.
SystemType
)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\PEModuleBuilder.vb (1)
618
If platformType = Cci.PlatformType.
SystemType
Then