2 implementations of IsSZArray
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\ArrayTypeSymbolAdapter.cs (1)
39bool Cci.IArrayTypeReference.IsSZArray
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\ArrayTypeSymbolAdapter.vb (1)
31Private ReadOnly Property IArrayTypeReferenceIsSZArray As Boolean Implements Cci.IArrayTypeReference.IsSZArray
8 references to IsSZArray
Microsoft.CodeAnalysis (7)
CodeGen\ILBuilderEmit.cs (4)
365Debug.Assert(!arrayType.IsSZArray, "should be used only with multidimensional arrays"); 379Debug.Assert(!arrayType.IsSZArray, "should be used only with multidimensional arrays"); 393Debug.Assert(!arrayType.IsSZArray, "should be used only with multidimensional arrays"); 407Debug.Assert(!arrayType.IsSZArray, "should be used only with multidimensional arrays");
PEWriter\MetadataWriter.cs (2)
3825if (arrayTypeReference.IsSZArray) 3965Debug.Assert(arrayTypeReference.IsSZArray);
PEWriter\TypeNameSerializer.cs (1)
35if (arrType.IsSZArray)
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\ArrayTypeSymbolAdapter.vb (1)
31Private ReadOnly Property IArrayTypeReferenceIsSZArray As Boolean Implements Cci.IArrayTypeReference.IsSZArray