4 references to RowCount
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (4)
304if ((uint)row >= RowCount) 354if ((uint)row >= RowCount) 420if (((uint)row >= RowCount) || ((uint)column >= ColumnCount)) 470if (((uint)row >= RowCount) || ((uint)column >= ColumnCount))