2 instantiations of XsdSimpleValue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
1293typedValue = new XsdSimpleValue(memberType, typedValue); 1340typedValue = new XsdSimpleValue(memberType, valueToCheck);
24 references to XsdSimpleValue
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (2)
472XsdSimpleValue simpleValue = attributeDef.DefaultValueTyped as XsdSimpleValue;
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (8)
557XsdSimpleValue simpleValue = typedValue as XsdSimpleValue; 1146XsdSimpleValue simpleValue = (XsdSimpleValue)unionTypedValue; 1200XsdSimpleValue simpleValue1 = value1 as XsdSimpleValue; 1201XsdSimpleValue simpleValue2 = value2 as XsdSimpleValue;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
3264XsdSimpleValue simpleFixedValue = baseDecl.DefaultValueTyped as XsdSimpleValue;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (8)
676XsdSimpleValue simpleValue = typedVal as XsdSimpleValue; 1093XsdSimpleValue simpleValue = attdef.DefaultValueTyped as XsdSimpleValue; 1475XsdSimpleValue simpleValue = typedVal as XsdSimpleValue; 1514XsdSimpleValue simpleValue = typedValue as XsdSimpleValue;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
3724XsdSimpleValue simpleValue = (XsdSimpleValue)SchemaType.Datatype.ParseValue((string)value, new NameTable(), nsResolver, true);
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
1026XsdSimpleValue simpleValue = typedValue as XsdSimpleValue;