2 writes to _analyzerConfigIndex
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
CodeActions\SharedVerifierState.cs (2)
64
_analyzerConfigIndex
= _test.TestState.AnalyzerConfigFiles.Count;
74
_analyzerConfigIndex
= null;
3 references to _analyzerConfigIndex
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (3)
CodeActions\SharedVerifierState.cs (3)
62
if (
_analyzerConfigIndex
is null)
69
_test.TestState.AnalyzerConfigFiles[
_analyzerConfigIndex
.Value] = ("/.editorconfig", analyzerConfigSource);
72
else if (
_analyzerConfigIndex
is { } index)