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