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)
257return context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
PEWriter\MetadataWriter.cs (1)
3731if (module.IsPlatformType(returnType, PlatformType.SystemVoid))
PEWriter\RootModuleStaticConstructor.cs (1)
122public ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(PlatformType.SystemVoid, context);