2 instantiations of AllowedAudienceUriElement
System.ServiceModel (2)
System\ServiceModel\Configuration\AllowedAudienceUriElementCollection.cs (1)
18return new AllowedAudienceUriElement();
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
135AllowedAudienceUriElement copy = new AllowedAudienceUriElement();
7 references to AllowedAudienceUriElement
System.ServiceModel (7)
System\ServiceModel\Configuration\AllowedAudienceUriElementCollection.cs (4)
9[ConfigurationCollection(typeof(AllowedAudienceUriElement), CollectionType = ConfigurationElementCollectionType.BasicMap)] 10public sealed partial class AllowedAudienceUriElementCollection : ServiceModelConfigurationElementCollection<AllowedAudienceUriElement> 28AllowedAudienceUriElement configElementKey = (AllowedAudienceUriElement)element;
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (3)
133foreach (AllowedAudienceUriElement src in from.AllowedAudienceUris) 135AllowedAudienceUriElement copy = new AllowedAudienceUriElement(); 190foreach (AllowedAudienceUriElement src in this.AllowedAudienceUris)