2 implementations of IsSZArray
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\ArrayTypeSymbolAdapter.cs (1)
39
bool Cci.IArrayTypeReference.
IsSZArray
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\ArrayTypeSymbolAdapter.vb (1)
31
Private ReadOnly Property
IArrayTypeReferenceIsSZArray
As Boolean Implements Cci.IArrayTypeReference.IsSZArray
8 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)
3825
if (arrayTypeReference.
IsSZArray
)
3965
Debug.Assert(arrayTypeReference.
IsSZArray
);
PEWriter\TypeNameSerializer.cs (1)
35
if (arrType.
IsSZArray
)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\ArrayTypeSymbolAdapter.vb (1)
31
Private ReadOnly Property IArrayTypeReferenceIsSZArray As Boolean Implements Cci.IArrayTypeReference.
IsSZArray