3 writes to _cs
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (3)
88_cs = new CryptoStream(ms, new FromBase64Transform(), CryptoStreamMode.Read); 116_cs = new CryptoStream(ms, new FromBase64Transform(), CryptoStreamMode.Read); 133_cs = null;
2 references to _cs
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (2)
121return _cs!; 128return _cs!;