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