5 instantiations of TypedObject
System.Xml (5)
System\Xml\Schema\XmlSchemaValidator.cs (3)
1935laxis.Ks[laxis.Column] = new TypedObject (obj, sobj, datatype); 1976laxis.Ks[laxis.Column] = new TypedObject(typedValue, stringValue, datatype); 1981laxis.Ks[laxis.Column] = new TypedObject(typedValue, stringValue, datatype);
System\Xml\Schema\XsdValidator.cs (2)
833laxis.Ks[laxis.Column] = new TypedObject (obj, sobj, attdef.Datatype); 879laxis.Ks[laxis.Column] = new TypedObject(reader.TypedValueObject,stringValue,context.ElementDecl.Datatype);
6 references to TypedObject
System.Xml (6)
System\Xml\Schema\ConstraintStruct.cs (6)
277private bool ListDValueEquals (TypedObject other) { 286public bool Equals (TypedObject other) { 337TypedObject[] ks; 345this.ks = new TypedObject[dim]; 358public KeySequence(TypedObject[] ks) { 370ks[index] = (TypedObject) value;