You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Test]publicvoidListInitializer(){vartestCode=@"namespace RoslynSandbox{ using System; using System.Collections.Generic; public sealed class Foo { private List<IDisposable> disposables; public void MethodName(IDisposable disposable) { ↓this.disposables = new List<IDisposable> { new Disposable(), disposable }; } }}";AnalyzerAssert.Diagnostics(newFieldAndPropertyDeclarationAnalyzer(),DisposableCode,testCode);}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: