9 references to SzArray
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Object_1.cs (1)
72Debug.Assert(corType is CorElementType.Array or CorElementType.SzArray);
Contracts\RuntimeTypeSystem_1.cs (3)
568return elementType is CorElementType.Class or CorElementType.Array or CorElementType.SzArray; 854return CorElementType.SzArray; 1006(corElementType == CorElementType.SzArray || corElementType == CorElementType.Byref ||
Contracts\Signature\SignatureTypeProvider.cs (1)
72=> _runtimeTypeSystem.GetConstructedType(elementType, CorElementType.SzArray, 1, []);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataFrame.cs (1)
624or CorElementType.SzArray or CorElementType.Array => ((uint)ClrDataValueFlag.IS_REFERENCE, -1),
SigFormat.cs (2)
248case CorElementType.SzArray: 399case CorElementType.SzArray:
TypeNameBuilder.cs (1)
577case CorElementType.SzArray: