1 write to _types
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
1195_types = types;
11 references to _types
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (11)
1239return _types; 1245for (int i = 0; i < _types.Length; ++i) 1247if (_types[i].Datatype.Variety == XmlSchemaDatatypeVariety.List) 1257for (int i = 0; i < _types.Length; ++i) 1259if (derivedType.IsDerivedFrom(_types[i].Datatype)) 1278for (int i = 0; i < _types.Length; ++i) 1280exception = _types[i].Datatype.TryParseValue(s, nameTable, nsmgr, out typedValue); 1283memberType = _types[i]; 1319for (int i = 0; i < _types.Length; ++i) 1321if (_types[i].Datatype.TryParseValue(value, nameTable, nsmgr, out valueToCheck) == null) 1323memberType = _types[i];