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)
121
return
_cs
!;
128
return
_cs
!;