1 write to _testOutputHelper
Microsoft.AspNetCore.Analyzer.Testing (1)
DiagnosticVerifier.cs (1)
37
_testOutputHelper
= testOutputHelper;
2 references to _testOutputHelper
Microsoft.AspNetCore.Analyzer.Testing (2)
DiagnosticVerifier.cs (2)
101
_testOutputHelper
?.WriteLine("Diagnostics: " + diag);
178
_testOutputHelper
?.WriteLine("Adding file: " + newFileName + Environment.NewLine + source);