1 instantiation of DataReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
124DataReference dr = new DataReference();
6 references to DataReference
System.Security (1)
System.Security.cs (1)
42[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.DataReference))]
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
40public void AddReference(DataReference dataReference) 124DataReference dr = new DataReference();
System\Security\Cryptography\Xml\ReferenceList.cs (3)
35if (!(value is DataReference) && !(value is KeyReference)) 64if (!(value is DataReference) && !(value is KeyReference)) 108if (!(value is DataReference) && !(value is KeyReference))