10 writes to TypedValueObject
System.Private.Xml (10)
System\Xml\Schema\DtdValidator.cs (3)
169Reader.TypedValueObject = context.ElementDecl.DefaultValueTyped; 344reader.TypedValueObject = null; 358reader.TypedValueObject = typedValue;
System\Xml\Schema\XdrValidator.cs (3)
252reader.TypedValueObject = context.ElementDecl.DefaultValueTyped; 462reader.TypedValueObject = null; 482reader.TypedValueObject = typedValue;
System\Xml\Schema\XsdValidator.cs (4)
455reader.TypedValueObject = UnWrapUnion(context.ElementDecl.DefaultValueTyped); 460reader.TypedValueObject = null; //Typed value cleanup 693reader.TypedValueObject = null; 737reader.TypedValueObject = typedValue;
4 references to TypedValueObject
System.Private.Xml (4)
System\Xml\Schema\XsdValidator.cs (4)
504AttributeIdentityConstraints(reader.LocalName, reader.NamespaceURI, reader.TypedValueObject, reader.Value, attnDef); 1041Debug.WriteLine($"Name: {reader.LocalName}\t|\tURI: {reader.NamespaceURI}\t|\tValue: {reader.TypedValueObject}\n"); 1054if (reader.TypedValueObject != null && stringValue.Length != 0) 1056laxis.Ks[laxis.Column] = new TypedObject(reader.TypedValueObject, stringValue, context!.ElementDecl!.Datatype);