5 references to Void
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
43
RoType returnType = GetRoModule().Loader.GetCoreType(CoreType.
Void
);
System\Reflection\TypeLoading\General\CoreType.cs (1)
106
case CoreType.
Void
: ns = Utf8Constants.System; name = Utf8Constants.Void; return;
System\Reflection\TypeLoading\General\Ecma\EcmaHelpers.cs (2)
52
case PrimitiveTypeCode.Void: return CoreType.
Void
;
55
return CoreType.
Void
;
System\Reflection\TypeLoading\Types\RoArrayType.cs (1)
158
RoType systemVoid = Loader.GetCoreType(CoreType.
Void
);