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)
1239
return
_types
;
1245
for (int i = 0; i <
_types
.Length; ++i)
1247
if (
_types
[i].Datatype.Variety == XmlSchemaDatatypeVariety.List)
1257
for (int i = 0; i <
_types
.Length; ++i)
1259
if (derivedType.IsDerivedFrom(
_types
[i].Datatype))
1278
for (int i = 0; i <
_types
.Length; ++i)
1280
exception =
_types
[i].Datatype.TryParseValue(s, nameTable, nsmgr, out typedValue);
1283
memberType =
_types
[i];
1319
for (int i = 0; i <
_types
.Length; ++i)
1321
if (
_types
[i].Datatype.TryParseValue(value, nameTable, nsmgr, out valueToCheck) == null)
1323
memberType =
_types
[i];