7 references to InlinedSchemas
System.Web.Services (7)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (5)
300reference.LoadExternals(InlinedSchemas); 302foreach (string url in InlinedSchemas.Keys) { 385int resolvedCount = InlinedSchemas.Keys.Count; 482DictionaryEntry[] entries = new DictionaryEntry[Documents.Count + InlinedSchemas.Keys.Count]; 487foreach (DictionaryEntry entry in InlinedSchemas) {
System\Web\Services\Discovery\DiscoveryReference.cs (1)
128if (ClientProtocol.InlinedSchemas[Url] != null)
System\Web\Services\Discovery\SchemaReference.cs (1)
170object document = ClientProtocol.InlinedSchemas[Url];