1 write to _positions
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1945
_positions
= positions;
12 references to _positions
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (12)
1953
int positionsCount =
_positions
.Count;
1998
if (symbol ==
_positions
[matchpos].symbol)
2009
if (matched &&
_positions
[pos].particle is XmlSchemaElement)
2091
LeafRangeNode lrNode =
_positions
[cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself
2144
return
_positions
[pos].particle;
2181
expectedPos = new BitSet(
_positions
.Count);
2193
int symbol =
_positions
[pos].symbol;
2196
XmlSchemaParticle p =
_positions
[pos].particle as XmlSchemaParticle;
2199
string s = _symbols.NameOf(
_positions
[pos].symbol);
2226
expectedPos = new BitSet(
_positions
.Count);
2234
int symbol =
_positions
[pos].symbol;
2237
XmlSchemaParticle p =
_positions
[pos].particle as XmlSchemaParticle;