8 writes to HasMatched
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (4)
1581
context.
HasMatched
= _transitionTable[0][_symbols.Count] > 0;
1595
context.
HasMatched
= _transitionTable[context.CurrentState.State][_symbols.Count] > 0;
1866
context.
HasMatched
= rposInfo.curpos.Get(_endMarkerPos);
2021
context.
HasMatched
= hasSeenFinalPosition;
System\Xml\Schema\DtdValidator.cs (1)
510
context.
HasMatched
= false;
System\Xml\Schema\XdrValidator.cs (1)
662
context.
HasMatched
= false;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1532
_context.
HasMatched
= false;
System\Xml\Schema\XsdValidator.cs (1)
785
context.
HasMatched
= false;
3 references to HasMatched
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1598
if (IsOpen && context.
HasMatched
)
1610
if (!context.
HasMatched
)
2033
return context.
HasMatched
;