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