2 instantiations of TestAnalyzerConfigOptions
ThreadSafeTaskAnalyzer.Tests (2)
TestHelpers.cs (2)
227
_globalOptions = new
TestAnalyzerConfigOptions
(globalOptions);
238
public static readonly TestAnalyzerConfigOptions Empty =
new
(new Dictionary<string, string>());
4 references to TestAnalyzerConfigOptions
ThreadSafeTaskAnalyzer.Tests (4)
TestHelpers.cs (4)
223
private readonly
TestAnalyzerConfigOptions
_globalOptions;
232
public override AnalyzerConfigOptions GetOptions(SyntaxTree tree) =>
TestAnalyzerConfigOptions
.Empty;
234
public override AnalyzerConfigOptions GetOptions(AdditionalText textFile) =>
TestAnalyzerConfigOptions
.Empty;
238
public static readonly
TestAnalyzerConfigOptions
Empty = new(new Dictionary<string, string>());