8 references to Void
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataValue.cs (2)
1077_ when elementType != CorElementType.Void && IsPrimitive(elementType) 1084elementType is >= CorElementType.Void and <= CorElementType.R8
Dbi\DacDbiImpl.cs (1)
6663return CorElementType.Void;
MetaDataImportImpl.cs (2)
655*pdwCPlusTypeFlag = (uint)CorElementType.Void; 1735*pdwCPlusTypeFlag = (uint)CorElementType.Void;
SigFormat.cs (2)
109case CorElementType.Void: stringBuilder.Append("Void"); return; 328case CorElementType.Void: stringBuilder.Append("Void"); return;
TypeHandleExtensions.cs (1)
125CorElementType.Void => "Void",