5 writes to
System.Xml (5)
System\Xml\Schema\XmlSchemaValidator.cs (3)
1935
laxis.Ks
[
laxis.Column] = new TypedObject (obj, sobj, datatype);
1976
laxis.Ks
[
laxis.Column] = new TypedObject(typedValue, stringValue, datatype);
1981
laxis.Ks
[
laxis.Column] = new TypedObject(typedValue, stringValue, datatype);
System\Xml\Schema\XsdValidator.cs (2)
833
laxis.Ks
[
laxis.Column] = new TypedObject (obj, sobj, attdef.Datatype);
879
laxis.Ks
[
laxis.Column] = new TypedObject(reader.TypedValueObject,stringValue,context.ElementDecl.Datatype);
4 references to
System.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1928
if (laxis.Ks
[
laxis.Column] != null) {
1967
if (laxis.Ks
[
laxis.Column] != null) {
System\Xml\Schema\XsdValidator.cs (2)
827
if (laxis.Ks
[
laxis.Column] != null) {
870
if (laxis.Ks
[
laxis.Column] != null) {