1 override of GetPlatformType
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1118
public sealed override Cci.ITypeReference
GetPlatformType
(Cci.PlatformType platformType, EmitContext context)
6 references to GetPlatformType
Microsoft.CodeAnalysis (6)
CodeGen\ArrayMembers.cs (3)
151
=> context.Module.
GetPlatformType
(Cci.PlatformType.SystemVoid, context);
195
=> context.Module.
GetPlatformType
(Cci.PlatformType.SystemVoid, context);
259
=> context.Module.
GetPlatformType
(Cci.PlatformType.SystemInt32, context);
CodeGen\PermissionSetAttribute.cs (1)
66
Cci.ITypeReference stringType = context.Module.
GetPlatformType
(Cci.PlatformType.SystemString, context);
Emit\NoPia\VtblGap.cs (1)
256
return context.Module.
GetPlatformType
(Cci.PlatformType.SystemVoid, context);
PEWriter\RootModuleStaticConstructor.cs (1)
124
public ITypeReference GetType(EmitContext context) => context.Module.
GetPlatformType
(PlatformType.SystemVoid, context);