4 references to TypedObject
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
2341
laxis.Ks[laxis.Column] = new
TypedObject
(obj, sobj, datatype);
2390
laxis.Ks[laxis.Column] = new
TypedObject
(typedValue, stringValue, datatype);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
1016
laxis.Ks[laxis.Column] = new
TypedObject
(obj, sobj, attdef.Datatype);
1073
laxis.Ks[laxis.Column] = new
TypedObject
(reader.TypedValueObject, stringValue, context.ElementDecl.Datatype);