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