5 references to SystemVoid
Microsoft.CodeAnalysis (5)
CodeGen\ArrayMembers.cs (2)
151=> context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context); 195=> context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
Emit\NoPia\VtblGap.cs (1)
256return context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
PEWriter\MetadataWriter.cs (1)
3781if (module.IsPlatformType(returnType, PlatformType.SystemVoid))
PEWriter\RootModuleStaticConstructor.cs (1)
124public ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(PlatformType.SystemVoid, context);