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