1 instantiation of IndexedProtocolEndpoint
System.IdentityModel (1)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
125
return new
IndexedProtocolEndpoint
();
18 references to IndexedProtocolEndpoint
System.IdentityModel (18)
System\IdentityModel\Metadata\IndexedProtocolEndpointDictionary.cs (6)
9
/// A sorted list of <see cref="
IndexedProtocolEndpoint
"/>.
11
public class IndexedProtocolEndpointDictionary : SortedList<int,
IndexedProtocolEndpoint
>
14
/// Gets the default <see cref="
IndexedProtocolEndpoint
"/>.
16
public
IndexedProtocolEndpoint
Default
20
IndexedProtocolEndpoint
impliedDefault = null;
21
foreach (KeyValuePair<int,
IndexedProtocolEndpoint
> kvp in this)
System\IdentityModel\Metadata\MetadataSerializer.cs (12)
123
protected virtual
IndexedProtocolEndpoint
CreateIndexedProtocolEndpointInstance()
885
protected virtual
IndexedProtocolEndpoint
ReadIndexedProtocolEndpoint(XmlReader reader)
892
IndexedProtocolEndpoint
endpoint = CreateIndexedProtocolEndpointInstance();
944
ReadCustomAttributes<
IndexedProtocolEndpoint
>(reader, endpoint);
952
if (ReadCustomElement<
IndexedProtocolEndpoint
>(reader, endpoint))
1609
IndexedProtocolEndpoint
endpoint = ReadIndexedProtocolEndpoint(reader);
1669
IndexedProtocolEndpoint
endpoint = ReadIndexedProtocolEndpoint(reader);
2396
protected virtual void WriteIndexedProtocolEndpoint(XmlWriter writer,
IndexedProtocolEndpoint
indexedEP, XmlQualifiedName element)
2445
WriteCustomAttributes<
IndexedProtocolEndpoint
>(writer, indexedEP);
2446
WriteCustomElements<
IndexedProtocolEndpoint
>(writer, indexedEP);
2951
foreach (
IndexedProtocolEndpoint
ep in serviceProviderSingleSignOnDescriptor.AssertionConsumerServices.Values)
2994
foreach (
IndexedProtocolEndpoint
ep in singleSignOnDescriptor.ArtifactResolutionServices.Values)