2 instantiations of XsdSimpleValue
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
1134
typedValue = new
XsdSimpleValue
(memberType, typedValue);
1173
typedValue = new
XsdSimpleValue
(memberType, valueToCheck);
24 references to XsdSimpleValue
System.Xml (24)
System\Xml\Dom\DocumentSchemaValidator.cs (2)
409
XsdSimpleValue
simpleValue = attributeDef.DefaultValueTyped as
XsdSimpleValue
;
System\Xml\Schema\DataTypeImplementation.cs (8)
488
XsdSimpleValue
simpleValue = typedValue as
XsdSimpleValue
;
1009
XsdSimpleValue
simpleValue = (
XsdSimpleValue
)unionTypedValue;
1057
XsdSimpleValue
simpleValue1 = value1 as
XsdSimpleValue
;
1058
XsdSimpleValue
simpleValue2 = value2 as
XsdSimpleValue
;
System\Xml\Schema\SchemaSetCompiler.cs (2)
2587
XsdSimpleValue
simpleFixedValue = baseDecl.DefaultValueTyped as
XsdSimpleValue
;
System\Xml\Schema\XmlSchemaValidator.cs (8)
585
XsdSimpleValue
simpleValue = typedVal as
XsdSimpleValue
;
922
XsdSimpleValue
simpleValue = attdef.DefaultValueTyped as
XsdSimpleValue
;
1233
XsdSimpleValue
simpleValue = typedVal as
XsdSimpleValue
;
1265
XsdSimpleValue
simpleValue = typedValue as
XsdSimpleValue
;
System\Xml\Schema\XmlValueConverter.cs (2)
3359
XsdSimpleValue
simpleValue = (
XsdSimpleValue
) SchemaType.Datatype.ParseValue((string) value, new NameTable(), nsResolver, true);
System\Xml\Schema\XsdValidator.cs (2)
842
XsdSimpleValue
simpleValue = typedValue as
XsdSimpleValue
;