1 write to _ichVector
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (1)
66
_ichVector
= ichVector;
5 references to _ichVector
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\LexicalChunk.cs (5)
75
if (
_ichVector
.Count > 0)
81
for (int i = 0; i <
_ichVector
.Count; i++)
83
Span<int> span =
_ichVector
[i];
108
if (
_ichVector
.Count > 0)
110
SpanRider<int> ichRider = new SpanRider<int>(
_ichVector
);