1 instantiation of ReferenceList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
86_referenceList = new ReferenceList();
6 references to ReferenceList
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (3)
20private ReferenceList _referenceList; 35public ReferenceList ReferenceList 84if (reader.IsStartElement(ReferenceList.ElementName, EncryptedType.NamespaceUri))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReferenceList.cs (2)
121string uri = XmlHelper.ReadEmptyElementAndRequiredAttribute(reader, ElementName, NamespaceUri, ReferenceList.UriAttribute, out prefix); 133writer.WriteStartAttribute(ReferenceList.UriAttribute, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
119internal ReferenceList ReferenceList