2 instantiations of FromBase64Transform
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);
5 references to FromBase64Transform
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
880[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64Transform))]
netstandard (1)
netstandard.cs (1)
1877[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64Transform))]
System.Security.Cryptography (2)
System\Security\Cryptography\Base64Transforms.cs (2)
146ObjectDisposedException.ThrowIf(_inputBuffer == null, typeof(FromBase64Transform)); 188ObjectDisposedException.ThrowIf(_inputBuffer == null, typeof(FromBase64Transform));
System.Security.Cryptography.Encoding (1)
System.Security.Cryptography.Encoding.cs (1)
7[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64Transform))]