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)
648return _cs; 654return _cs;