19 references to SchemaId
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
260if (_lockList.Contains(schema.SchemaId)) 264_lockList.Add(schema.SchemaId, schema);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (17)
447if (_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 491if (_schemas.ContainsKey(schema.SchemaId)) 512if (!_schemas.ContainsKey(schemaToRemove.SchemaId)) 519if (_schemas.ContainsKey(schemaToRemove.SchemaId)) 715if (!_schemas.ContainsKey(schema.SchemaId)) 772if (!_schemas.ContainsKey(s.SchemaId)) 774_schemas.Add(s.SchemaId, s); 1066_schemas.Add(schema.SchemaId, schema); 1086if (!_schemas.ContainsKey(s.SchemaId)) 1088_schemas.Add(s.SchemaId, s); 1184if (_schemas.ContainsKey(schema.SchemaId)) 1196_schemas.Remove(schema.SchemaId); 1272if (_schemas.ContainsKey(currentSchema.SchemaId) || (baseUri != null && baseUri.OriginalString.Length != 0 && _schemaLocations[baseUri] != null)) 1277_schemas.Add(currentSchema.SchemaId, currentSchema); 1406if (_schemas.ContainsKey(schema.SchemaId) && (targetNamespace.Length == 0 || targetNamespace == schema.TargetNamespace)) 1413if (chameleonSchema != null && _schemas.ContainsKey(chameleonSchema.SchemaId))