1 override of GetPlatformType
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1133public sealed override Cci.ITypeReference GetPlatformType(Cci.PlatformType platformType, EmitContext context)
7 references to GetPlatformType
Microsoft.CodeAnalysis (7)
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)
66Cci.ITypeReference stringType = context.Module.GetPlatformType(Cci.PlatformType.SystemString, context);
CodeGen\PrivateImplementationDetails.cs (1)
785return context.Module.GetPlatformType(Cci.PlatformType.SystemString, context);
Emit\NoPia\VtblGap.cs (1)
256return context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
PEWriter\MethodDefinitionBase.cs (1)
121public virtual ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(PlatformType.SystemVoid, context);