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