1 write to _options
ThreadSafeTaskAnalyzer.Tests (1)
TestHelpers.cs (1)
244_options = options;
1 reference to _options
ThreadSafeTaskAnalyzer.Tests (1)
TestHelpers.cs (1)
247public override bool TryGetValue(string key, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out string? value) => _options.TryGetValue(key, out value);