1 override of TryParseValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
1402internal override Exception TryParseValue(string s, XmlNameTable nameTable, IXmlNamespaceResolver nsmgr, out object typedValue)
13 references to TryParseValue
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (6)
550Exception exception = TryParseValue(s, nameTable, nsmgr, out typedValue); 568Exception exception = TryParseValue(s, nameTable, nsmgr, out typedValue); 592return TryParseValue(s, nameTable, namespaceResolver, out typedValue); 1143exception = _itemType.TryParseValue(splitString[i], nameTable, nsmgr, out unionTypedValue); 1156exception = _itemType.TryParseValue(splitString[i], nameTable, nsmgr, out typedValue); 1280exception = _types[i].Datatype.TryParseValue(s, nameTable, nsmgr, out typedValue);
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
669Exception ex = datatype.TryParseValue(facet.Value, nameTable, nsmgr, out typedValue);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
568Exception exception = tokenDt.TryParseValue(schema.Version, null, null, out version);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (5)
1304Exception exception = s_dtStringArray.TryParseValue(xsiSchemaLocation, _nameTable, _nsResolver, out typedValue); 1455Exception exception = currentElementDecl.Datatype.TryParseValue(currentElementDecl.DefaultValueRaw, _nameTable, _nsResolver, out typedVal); 1664Exception exception = s_dtQName.TryParseValue(xsiType, _nameTable, _nsResolver, out typedVal); 1965exception = dtype.TryParseValue(stringValue, _nameTable, _nsResolver, out typedValue); 1998Exception exception = dtype.TryParseValue(stringValue, _nameTable, _nsResolver, out typedValue);