8 writes to HasMatched
System.Xml (8)
System\Xml\Schema\ContentValidator.cs (4)
1436
context.
HasMatched
= transitionTable[0][symbols.Count] > 0;
1448
context.
HasMatched
= transitionTable[context.CurrentState.State][symbols.Count] > 0;
1681
context.
HasMatched
= rposInfo.curpos.Get(endMarkerPos);
1827
context.
HasMatched
= hasSeenFinalPosition;
System\Xml\Schema\DtdValidator.cs (1)
422
context.
HasMatched
= false;
System\Xml\Schema\XdrValidator.cs (1)
544
context.
HasMatched
= false;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1298
context.
HasMatched
= false;
System\Xml\Schema\XsdValidator.cs (1)
659
context.
HasMatched
= false;
3 references to HasMatched
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1451
if (IsOpen && context.
HasMatched
) {
1461
if (!context.
HasMatched
) {
1855
return context.
HasMatched
;