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