2 writes to _cs
System.Security (2)
system\security\cryptography\xml\transform.cs (2)
620
_cs
= new CryptoStream(ms, new FromBase64Transform(), CryptoStreamMode.Read);
644
_cs
= new CryptoStream(ms, new FromBase64Transform(), CryptoStreamMode.Read);
2 references to _cs
System.Security (2)
system\security\cryptography\xml\transform.cs (2)
648
return
_cs
;
654
return
_cs
;