5 writes to
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaValidator.cs (3)
2313laxis.Ks[laxis.Column] = new TypedObject(obj, sobj, datatype); 2364laxis.Ks[laxis.Column] = new TypedObject(typedValue, stringValue, datatype); 2371laxis.Ks[laxis.Column] = new TypedObject(typedValue, stringValue, datatype);
System\Xml\Schema\XsdValidator.cs (2)
998laxis.Ks[laxis.Column] = new TypedObject(obj, sobj, attdef.Datatype); 1056laxis.Ks[laxis.Column] = new TypedObject(reader.TypedValueObject, stringValue, context!.ElementDecl!.Datatype);
4 references to
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (2)
2304if (laxis.Ks[laxis.Column] != null) 2351if (laxis.Ks[laxis.Column] != null)
System\Xml\Schema\XsdValidator.cs (2)
990if (laxis.Ks[laxis.Column] != null) 1044if (laxis.Ks[laxis.Column] != null)