7 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)
3871if (arrayTypeReference.IsSZArray) 4011Debug.Assert(arrayTypeReference.IsSZArray);
PEWriter\TypeNameSerializer.cs (1)
35if (arrType.IsSZArray)