5 writes to
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaValidator.cs (3)
2313
laxis.Ks
[
laxis.Column] = new TypedObject(obj, sobj, datatype);
2364
laxis.Ks
[
laxis.Column] = new TypedObject(typedValue, stringValue, datatype);
2371
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)
2304
if (laxis.Ks
[
laxis.Column] != null)
2351
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)