Closed BADF00D closed 8 years ago
In the following code the extenstion states, there mem is not disposed:
namespace Failre{ public class Class1{ public Class1(){ using(var mem = new MemoryStream()){ } } } }
In the following code the extenstion states, there mem is not disposed: