1 write to types
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
1053
this.
types
= types;
11 references to types
System.Xml (11)
System\Xml\Schema\DataTypeImplementation.cs (11)
1090
return
types
;
1095
for (int i = 0; i <
types
.Length; ++i) {
1096
if (
types
[i].Datatype.Variety == XmlSchemaDatatypeVariety.List) {
1104
for (int i = 0; i <
types
.Length; ++i) {
1105
if (derivedType.IsDerivedFrom(
types
[i].Datatype)) {
1122
for (int i = 0; i <
types
.Length; ++i) {
1123
exception =
types
[i].Datatype.TryParseValue(s, nameTable, nsmgr, out typedValue);
1125
memberType =
types
[i];
1157
for (int i = 0; i <
types
.Length; ++i) {
1158
if (
types
[i].Datatype.TryParseValue(value, nameTable, nsmgr, out valueToCheck) == null) { //no error
1159
memberType =
types
[i];