5 references to SystemVoid
Microsoft.CodeAnalysis (5)
CodeGen\ArrayMembers.cs (2)
152=> context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context); 196=> context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
Emit\NoPia\VtblGap.cs (1)
257return context.Module.GetPlatformType(Cci.PlatformType.SystemVoid, context);
PEWriter\MetadataWriter.cs (1)
3793if (module.IsPlatformType(returnType, PlatformType.SystemVoid))
PEWriter\MethodDefinitionBase.cs (1)
123public virtual ITypeReference GetType(EmitContext context) => context.Module.GetPlatformType(PlatformType.SystemVoid, context);