6 writes to schemaInfo
System.Private.Xml (6)
System\Xml\Schema\AutoValidator.cs (1)
15
schemaInfo
= new SchemaInfo();
System\Xml\Schema\BaseValidator.cs (2)
125
schemaInfo
= value;
144
this.
schemaInfo
= tmpSchemaInfo;
System\Xml\Schema\DtdValidator.cs (1)
51
schemaInfo
= new SchemaInfo();
System\Xml\Schema\XdrValidator.cs (1)
55
schemaInfo
= new SchemaInfo();
System\Xml\Schema\XsdValidator.cs (1)
80
schemaInfo
= new SchemaInfo();
26 references to schemaInfo
System.Private.Xml (26)
System\Xml\Schema\BaseValidator.cs (2)
121
return
schemaInfo
;
134
return
schemaInfo
;
System\Xml\Schema\DtdValidator.cs (8)
58
if (
schemaInfo
!.SchemaType == SchemaType.DTD)
135
(!
schemaInfo
!.DocTypeName.IsEmpty) &&
136
(!
schemaInfo
.DocTypeName.Equals(elementName)))
241
SchemaElementDecl? elementDecl =
schemaInfo
!.GetElementDecl(elementName);
260
if (
schemaInfo
!.SchemaType == SchemaType.DTD)
332
ProcessEntity(
schemaInfo
!, name, this, EventHandler, Reader.BaseURI, PositionInfo.LineNumber, PositionInfo.LinePosition);
468
if (
schemaInfo
!.ParameterEntities.TryGetValue(qname, out entity))
475
if (
schemaInfo
!.GeneralEntities.TryGetValue(qname, out entity))
System\Xml\Schema\XdrValidator.cs (10)
135
if (!this.
schemaInfo
!.HasSchema(inlineNS))
137
schemaInfo
.Add(xdrSchema, EventHandler);
227
SchemaElementDecl? elementDecl =
schemaInfo
!.GetElementDecl(elementName);
230
if (
schemaInfo
.TargetNamespaces.ContainsKey(context!.Namespace!))
273
SchemaAttDef? attnDef =
schemaInfo
!.GetAttributeXdr(context.ElementDecl, QualifiedName(reader.LocalName, reader.NamespaceURI));
368
schemaInfo
!.Add(xdrSchema, EventHandler);
375
if (this.
schemaInfo
!.TargetNamespaces.ContainsKey(uri))
395
this.
schemaInfo
.Add(schemaInfo, EventHandler);
402
private bool HasSchema { get { return
schemaInfo
!.SchemaType != SchemaType.None; } }
434
ProcessEntity(
schemaInfo
!, name, this, EventHandler, reader.BaseURI, PositionInfo.LineNumber, PositionInfo.LinePosition);
System\Xml\Schema\XsdValidator.cs (6)
382
elementDecl ??=
schemaInfo
!.GetElementDecl(elementName);
400
if (!
schemaInfo
!.ElementDeclsByType.TryGetValue(xsiType, out elementDeclXsi) && xsiType.Namespace == _nsXs)
486
SchemaAttDef? attnDef =
schemaInfo
!.GetAttributeXsd(context.ElementDecl, attQName, ref skipContents);
512
&&
schemaInfo
.Contains(attQName.Namespace)
646
private bool HasSchema { get { return
schemaInfo
!.SchemaType != SchemaType.None; } }
679
ProcessEntity(
schemaInfo
!, name, this, EventHandler, reader.BaseURI, PositionInfo.LineNumber, PositionInfo.LinePosition);