1 override of GetPlatformType
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1165
public sealed override Cci.ITypeReference
GetPlatformType
(Cci.PlatformType platformType, EmitContext context)
9 references to GetPlatformType
Microsoft.CodeAnalysis (9)
CodeGen\ArrayMembers.cs (3)
152
=> context.Module.
GetPlatformType
(Cci.PlatformType.SystemVoid, context);
196
=> context.Module.
GetPlatformType
(Cci.PlatformType.SystemVoid, context);
260
=> context.Module.
GetPlatformType
(Cci.PlatformType.SystemInt32, context);
CodeGen\PermissionSetAttribute.cs (1)
66
Cci.ITypeReference stringType = context.Module.
GetPlatformType
(Cci.PlatformType.SystemString, context);
CodeGen\PrivateImplementationDetails.cs (3)
806
return context.Module.
GetPlatformType
(Cci.PlatformType.SystemString, context);
1218
public override Cci.ITypeReference GetType(EmitContext context) => context.Module.
GetPlatformType
(Cci.PlatformType.SystemString, context);
1242
public override Cci.ITypeReference GetType(EmitContext context) => context.Module.
GetPlatformType
(Cci.PlatformType.SystemInt32, context);
Emit\NoPia\VtblGap.cs (1)
257
return context.Module.
GetPlatformType
(Cci.PlatformType.SystemVoid, context);
PEWriter\MethodDefinitionBase.cs (1)
123
public virtual ITypeReference GetType(EmitContext context) => context.Module.
GetPlatformType
(PlatformType.SystemVoid, context);