1 override of GetPlatformType
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1089public 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)
66Cci.ITypeReference stringType = context.Module.GetPlatformType(Cci.PlatformType.SystemString, context);
Emit\NoPia\VtblGap.cs (1)
256return context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
PEWriter\RootModuleStaticConstructor.cs (1)
124public ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(PlatformType.SystemVoid, context);