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