7 references to IsSZArray
Microsoft.CodeAnalysis (7)
CodeGen\ILBuilderEmit.cs (4)
365
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
379
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
393
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
407
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
PEWriter\MetadataWriter.cs (2)
3875
if (arrayTypeReference.
IsSZArray
)
4015
Debug.Assert(arrayTypeReference.
IsSZArray
);
PEWriter\TypeNameSerializer.cs (1)
35
if (arrType.
IsSZArray
)