1 override of GetPlatformType
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1165public 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)
66Cci.ITypeReference stringType = context.Module.GetPlatformType(Cci.PlatformType.SystemString, context);
CodeGen\PrivateImplementationDetails.cs (3)
806return context.Module.GetPlatformType(Cci.PlatformType.SystemString, context); 1218public override Cci.ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(Cci.PlatformType.SystemString, context); 1242public override Cci.ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(Cci.PlatformType.SystemInt32, context);
Emit\NoPia\VtblGap.cs (1)
257return context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
PEWriter\MethodDefinitionBase.cs (1)
123public virtual ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(PlatformType.SystemVoid, context);