1 write to _schemas
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
99
_schemas
= new SortedList();
33 references to _schemas
dotnet-svcutil-lib (33)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (33)
209
return
_schemas
.Count;
447
if (
_schemas
.ContainsKey(schema.SchemaId) || FindSchemaByNSAndUrl(schema.BaseUri, tns, null) != null)
463
_schemas
.Remove(schema.SchemaId); //Might remove schema that was already there and was not added thru this operation
491
if (
_schemas
.ContainsKey(schema.SchemaId))
512
if (!
_schemas
.ContainsKey(schemaToRemove.SchemaId))
519
if (
_schemas
.ContainsKey(schemaToRemove.SchemaId))
538
for (int i = 0; i <
_schemas
.Count; i++)
540
mainSchema = (XmlSchema)
_schemas
.GetByIndex(i);
596
return
_schemas
.ContainsValue(schema);
609
if (
_schemas
.Count == 0)
634
for (schemaIndex = 0; schemaIndex <
_schemas
.Count; schemaIndex++)
636
currentSchema = (XmlSchema)
_schemas
.GetByIndex(schemaIndex);
679
if (schemaIndex ==
_schemas
.Count)
685
currentSchema = (XmlSchema)
_schemas
.GetByIndex(i);
715
if (!
_schemas
.ContainsKey(schema.SchemaId))
772
if (!
_schemas
.ContainsKey(s.SchemaId))
774
_schemas
.Add(s.SchemaId, s);
805
_schemas
.Values.CopyTo(schemas, index);
814
return
_schemas
.Values;
829
for (int i = 0; i <
_schemas
.Count; i++)
831
currentSchema = (XmlSchema)
_schemas
.GetByIndex(i);
1066
_schemas
.Add(schema.SchemaId, schema);
1086
if (!
_schemas
.ContainsKey(s.SchemaId))
1088
_schemas
.Add(s.SchemaId, s);
1184
if (
_schemas
.ContainsKey(schema.SchemaId))
1196
_schemas
.Remove(schema.SchemaId);
1263
bool setIsCompiled =
_schemas
.Count == 0 ? true : false;
1272
if (
_schemas
.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null))
1277
_schemas
.Add(currentSchema.SchemaId, currentSchema);
1406
if (
_schemas
.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace))
1413
if (chameleonSchema != null &&
_schemas
.ContainsKey(chameleonSchema.SchemaId))
1463
return
_schemas
;
1513
if (
_schemas
.Count == 0)