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