59 references to Void
ILCompiler.Compiler (29)
Compiler\ReachabilityInstrumentationProvider.cs (1)
274Context.GetWellKnownType(WellKnownType.Void),
Compiler\UserDefinedTypeDescriptor.cs (2)
199GetPrimitiveTypeIndex(method.OwningType.Context.GetWellKnownType(WellKnownType.Void)) : 348return GetPointerTypeIndex(type.Context.GetWellKnownType(WellKnownType.Void));
IL\ILImporter.Scanner.cs (2)
1128context.GetWellKnownType(WellKnownType.Void), 2060MethodSignature signature = new MethodSignature(MethodSignatureFlags.Static, 0, context.GetWellKnownType(WellKnownType.Void), [parameterType]);
IL\Stubs\StartupCode\NativeLibraryStartupMethod.cs (1)
92Context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
40builder.ReturnType = md.HasInstantiation ? md.Instantiation[0] : this.Context.GetWellKnownType(WellKnownType.Void); 106builder.ReturnType = Context.GetWellKnownType(WellKnownType.Void);
parent\parent\Common\Compiler\Dataflow\TypeExtensions.cs (1)
47ILLinkSharedWellKnownType.System_Void => type.IsWellKnownType(TypeSystemWellKnownType.Void),
parent\parent\Common\Compiler\TypeMapMetadata.cs (1)
181public override MethodSignature Signature => new MethodSignature(MethodSignatureFlags.Static, 0, Context.GetWellKnownType(WellKnownType.Void), []);
parent\parent\Common\JitInterface\WasmLowering.cs (1)
453returnType = context.GetWellKnownType(WellKnownType.Void);
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (2)
64return type.Context.GetWellKnownType(WellKnownType.Void).MakePointerType(); 98var ptr = Context.GetWellKnownType(WellKnownType.Void).MakePointerType();
parent\parent\Common\TypeSystem\IL\Stubs\ForwardDelegateCreationThunk.cs (1)
119returnType: Context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (1)
103_signature = new MethodSignature(MethodSignatureFlags.Static, 0, Context.GetWellKnownType(WellKnownType.Void), parameters);
parent\parent\Common\TypeSystem\Interop\IL\InlineArrayType.cs (1)
369returnType: Context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.Aot.cs (1)
124MethodSignature ctorSignature = new MethodSignature(0, 0, context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (3)
982returnType: Context.GetWellKnownType(WellKnownType.Void), 1316new MethodSignature(MethodSignatureFlags.None, 0, Context.GetWellKnownType(WellKnownType.Void), [ Context.GetWellKnownType(WellKnownType.Object) ])); 1333new MethodSignature(MethodSignatureFlags.None, 0, Context.GetWellKnownType(WellKnownType.Void), [ Context.GetWellKnownType(WellKnownType.IntPtr) ]));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (7)
1703MethodSignatureFlags.None, 0, Context.GetWellKnownType(WellKnownType.Void), 1844new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), 1845new TypeDesc[] { Context.GetWellKnownType(WellKnownType.Void).MakePointerType(), Context.GetWellKnownType(WellKnownType.Int32) })))); 1897ManagedType.Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes)); 1952new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), 1967new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes)))); 2001new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\TypeSystem\Interop\IL\PInvokeDelegateWrapperConstructor.cs (1)
50returnType: Context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
454else if (type.IsWellKnownType(WellKnownType.Void))
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Type.cs (1)
391return HandleType(module.Context.GetWellKnownType(Cts.WellKnownType.Void));
ILCompiler.ReadyToRun (19)
Compiler\ReadyToRunCodegenCompilation.cs (1)
1006TypeDesc voidType = TypeSystemContext.GetWellKnownType(WellKnownType.Void);
IBC\IBCProfileParser.cs (1)
473return context.GetWellKnownType(WellKnownType.Void);
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3815sig.ReturnType == sig.Context.GetWellKnownType(WellKnownType.Void))
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
40builder.ReturnType = md.HasInstantiation ? md.Instantiation[0] : this.Context.GetWellKnownType(WellKnownType.Void); 106builder.ReturnType = Context.GetWellKnownType(WellKnownType.Void);
parent\parent\Common\Compiler\Dataflow\TypeExtensions.cs (1)
47ILLinkSharedWellKnownType.System_Void => type.IsWellKnownType(TypeSystemWellKnownType.Void),
parent\parent\Common\Compiler\TypeMapMetadata.cs (1)
181public override MethodSignature Signature => new MethodSignature(MethodSignatureFlags.Static, 0, Context.GetWellKnownType(WellKnownType.Void), []);
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
3721MethodSignature signature = new MethodSignature(MethodSignatureFlags.Static, 0, context.GetWellKnownType(WellKnownType.Void), [parameterType]); 3794context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\JitInterface\WasmLowering.cs (1)
453returnType = context.GetWellKnownType(WellKnownType.Void);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (7)
1703MethodSignatureFlags.None, 0, Context.GetWellKnownType(WellKnownType.Void), 1844new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), 1845new TypeDesc[] { Context.GetWellKnownType(WellKnownType.Void).MakePointerType(), Context.GetWellKnownType(WellKnownType.Int32) })))); 1897ManagedType.Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes)); 1952new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), 1967new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes)))); 2001new MethodSignature(0, 0, Context.GetWellKnownType(WellKnownType.Void),
parent\parent\Common\TypeSystem\MetadataEmitter\TypeSystemMetadataEmitter.cs (1)
454else if (type.IsWellKnownType(WellKnownType.Void))
PortableCallHelpers\PInvokeTableGenerator.cs (1)
367returnType = pinvoke.Method.Context.GetWellKnownType(WellKnownType.Void);
ILCompiler.RyuJit (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
3721MethodSignature signature = new MethodSignature(MethodSignatureFlags.Static, 0, context.GetWellKnownType(WellKnownType.Void), [parameterType]); 3794context.GetWellKnownType(WellKnownType.Void),
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\Common\ArrayType.cs (4)
251_signature = new MethodSignature(0, 0, this.Context.GetWellKnownType(WellKnownType.Void), parameters, MethodSignature.EmbeddedSignatureMismatchPermittedFlag); 269parameters[_owningType.Rank] = Context.GetPointerType(Context.GetWellKnownType(WellKnownType.Void)); 273parameters[0] = Context.GetPointerType(Context.GetWellKnownType(WellKnownType.Void)); 295_signature = new MethodSignature(0, 0, this.Context.GetWellKnownType(WellKnownType.Void), argTypes, MethodSignature.EmbeddedSignatureMismatchPermittedFlag);
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
83case WellKnownType.Void:
parent\parent\Common\TypeSystem\Common\TypeSystemHelpers.cs (1)
89var sig = new MethodSignature(0, 0, type.Context.GetWellKnownType(WellKnownType.Void), TypeDesc.EmptyTypes);
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureParser.cs (1)
113return GetWellKnownType(WellKnownType.Void);
parent\parent\Common\TypeSystem\Ecma\PrimitiveTypeProvider.cs (1)
66wkt = WellKnownType.Void;