5 instantiations of TypedObject
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);
6 references to TypedObject
System.Xml (6)
System\Xml\Schema\ConstraintStruct.cs (6)
277
private bool ListDValueEquals (
TypedObject
other) {
286
public bool Equals (
TypedObject
other) {
337
TypedObject
[] ks;
345
this.ks = new
TypedObject
[dim];
358
public KeySequence(
TypedObject
[] ks) {
370
ks[index] = (
TypedObject
) value;