2 writes to partialValidationType
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
230
partialValidationType
= null;
356
this.
partialValidationType
= partialValidationType;
12 references to partialValidationType
System.Xml (12)
System\Xml\Schema\XmlSchemaValidator.cs (12)
401
if (elementDecl == null &&
partialValidationType
== null) { //Since new schemaLocations might have been added, try for decl from the set again only if no PVType is set
492
XmlSchemaObject pvtAttribute = currentState == ValidatorState.TopLevelAttribute ?
partialValidationType
: null;
835
if (
partialValidationType
!= null) {
836
XmlSchemaElement element =
partialValidationType
as XmlSchemaElement;
877
if (
partialValidationType
!= null) {
878
XmlSchemaAttribute attribute =
partialValidationType
as XmlSchemaAttribute;
1357
if (isRoot &&
partialValidationType
!= null) {
1358
if (
partialValidationType
is XmlSchemaElement) {
1359
XmlSchemaElement element = (XmlSchemaElement)
partialValidationType
;
1367
else if (
partialValidationType
is XmlSchemaType) { //Element name is wildcard
1368
XmlSchemaType type = (XmlSchemaType)
partialValidationType
;
1372
Debug.Assert(
partialValidationType
is XmlSchemaAttribute);