1 instantiation of DataReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
121DataReference 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) 121DataReference dr = new DataReference();
System\Security\Cryptography\Xml\ReferenceList.cs (3)
32if (!(value is DataReference) && !(value is KeyReference)) 58if (!(value is DataReference) && !(value is KeyReference)) 102if (!(value is DataReference) && !(value is KeyReference))