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