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