2 writes to m_transformChain
System.Security (2)
system\security\cryptography\xml\encryptedreference.cs (2)
55m_transformChain = new TransformChain(); 59m_transformChain = value;
2 references to m_transformChain
System.Security (2)
system\security\cryptography\xml\encryptedreference.cs (2)
54if (m_transformChain == null) 56return m_transformChain;