2 instantiations of XsdSimpleValue
System.Private.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
1267
typedValue = new
XsdSimpleValue
(memberType, typedValue);
1316
typedValue = new
XsdSimpleValue
(memberType, valueToCheck);
24 references to XsdSimpleValue
System.Private.Xml (24)
System\Xml\Dom\DocumentSchemaValidator.cs (2)
446
XsdSimpleValue
? simpleValue = attributeDef.DefaultValueTyped as
XsdSimpleValue
;
System\Xml\Schema\DataTypeImplementation.cs (8)
542
XsdSimpleValue
simpleValue = (typedValue as
XsdSimpleValue
)!;
1113
XsdSimpleValue
simpleValue = (
XsdSimpleValue
)unionTypedValue;
1169
XsdSimpleValue
? simpleValue1 = value1 as
XsdSimpleValue
;
1170
XsdSimpleValue
? simpleValue2 = value2 as
XsdSimpleValue
;
System\Xml\Schema\SchemaSetCompiler.cs (2)
3108
XsdSimpleValue
simpleFixedValue = (baseDecl.DefaultValueTyped as
XsdSimpleValue
)!;
System\Xml\Schema\XmlSchemaValidator.cs (8)
635
XsdSimpleValue
simpleValue = (typedVal as
XsdSimpleValue
)!;
1062
XsdSimpleValue
simpleValue = (attdef.DefaultValueTyped as
XsdSimpleValue
)!;
1451
XsdSimpleValue
? simpleValue = typedVal as
XsdSimpleValue
;
1490
XsdSimpleValue
simpleValue = (typedValue as
XsdSimpleValue
)!;
System\Xml\Schema\XmlValueConverter.cs (2)
3192
XsdSimpleValue
simpleValue = (
XsdSimpleValue
)SchemaType!.Datatype!.ParseValue((string)value, new NameTable(), nsResolver, true);
System\Xml\Schema\XsdValidator.cs (2)
1008
XsdSimpleValue
? simpleValue = typedValue as
XsdSimpleValue
;