2 writes to m_length
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (2)
143m_length = (uint)data.Length; 147m_length = 0;
4 references to m_length
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (4)
175if ((offset + 1) >= m_length) throw new FileFormatException(); 186if ((offset + 1) >= m_length) throw new FileFormatException(); 197if ((offset + 3) >= m_length) throw new FileFormatException(); 208if ((offset+1)>=m_length) throw new FileFormatException();