1 implementation of IsSZArray
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\ArrayTypeSymbolAdapter.cs (1)
39
bool Cci.IArrayTypeReference.
IsSZArray
7 references to IsSZArray
Microsoft.CodeAnalysis (7)
CodeGen\ILBuilderEmit.cs (4)
362
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
376
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
390
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
404
Debug.Assert(!arrayType.
IsSZArray
, "should be used only with multidimensional arrays");
PEWriter\MetadataWriter.cs (2)
3887
if (arrayTypeReference.
IsSZArray
)
4027
Debug.Assert(arrayTypeReference.
IsSZArray
);
PEWriter\TypeNameSerializer.cs (1)
35
if (arrType.
IsSZArray
)