6 references to ScopeElementCollection
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\Configuration\EndpointDiscoveryElement.cs (3)
60
public
ScopeElementCollection
Scopes
64
return (
ScopeElementCollection
)base[ConfigurationStrings.Scopes];
106
typeof(
ScopeElementCollection
),
System\ServiceModel\Discovery\Configuration\FindCriteriaElement.cs (3)
34
public
ScopeElementCollection
Scopes
38
return (
ScopeElementCollection
)base[ConfigurationStrings.Scopes];
130
typeof(
ScopeElementCollection
),