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