public int Two() { var a3 = new A3.A3Class(); using (var x = new Newtonsoft.Json.JsonTextWriter(System.IO.File.AppendText(""))) { return(2); } }
public int Two() { var a3 = new A3.A3Class(); using (var x = new Newtonsoft.Json.JsonTextWriter(System.IO.File.AppendText(""))) { return 2; } }
public static void Foo() { var foo = new A3.A3Class(); ; }
public static void Foo() { var foo = new A3.A3Class();; }