8 references to ScopeElement
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\Configuration\EndpointDiscoveryElement.cs (1)
134
foreach (
ScopeElement
scopeElement in Scopes)
System\ServiceModel\Discovery\Configuration\FindCriteriaElement.cs (2)
179
foreach (
ScopeElement
scopeElement in this.Scopes)
201
foreach (
ScopeElement
scopeElement in source.Scopes)
System\ServiceModel\Discovery\Configuration\ScopeElement.cs (2)
17
[CallbackValidator(CallbackMethodName = "ScopeValidatorCallback", Type = typeof(
ScopeElement
))]
45
new CallbackValidator(typeof(Uri), new ValidatorCallback(
ScopeElement
.ScopeValidatorCallback)),
System\ServiceModel\Discovery\Configuration\ScopeElementCollection.cs (3)
10
[ConfigurationCollection(typeof(
ScopeElement
))]
11
public sealed class ScopeElementCollection : ServiceModelConfigurationElementCollection<
ScopeElement
>
20
return ((
ScopeElement
)element).Scope;