4 references to delayedSchemas
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (4)
125
if (
delayedSchemas
[schema] == null)
126
delayedSchemas
.Add(schema, schema);
736
foreach (XmlSchema s in
delayedSchemas
.Values)
738
delayedSchemas
.Clear();