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