4 references to Void
System.Private.CoreLib (4)
Internal\Runtime\MethodTable.Runtime.cs (1)
49return (ElementType is > EETypeElementType.Void and < EETypeElementType.ValueType)
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (3)
330if (mt->ElementType == Internal.Runtime.EETypeElementType.Void) 383if (mt->ElementType == EETypeElementType.Void || mt->IsGenericTypeDefinition || mt->IsByRef || mt->IsPointer || mt->IsFunctionPointer) 415if (mt->ElementType == EETypeElementType.Void