5 instantiations of TypedObject
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaValidator.cs (3)
2313laxis.Ks[laxis.Column] = new TypedObject(obj, sobj, datatype); 2364laxis.Ks[laxis.Column] = new TypedObject(typedValue, stringValue, datatype); 2371laxis.Ks[laxis.Column] = new TypedObject(typedValue, stringValue, datatype);
System\Xml\Schema\XsdValidator.cs (2)
998laxis.Ks[laxis.Column] = new TypedObject(obj, sobj, attdef.Datatype); 1056laxis.Ks[laxis.Column] = new TypedObject(reader.TypedValueObject, stringValue, context!.ElementDecl!.Datatype);
5 references to TypedObject
System.Private.Xml (5)
System\Xml\Schema\ConstraintStruct.cs (5)
311private bool ListDValueEquals(TypedObject other) 323public bool Equals(TypedObject other) 391private readonly TypedObject[] _ks; 400_ks = new TypedObject[dim]; 424_ks[index] = (TypedObject)value;