1 write to _analyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EditAndContinue\Helpers\CSharpEditAndContinueTestHelpers.cs (1)
21_analyzer = new CSharpEditAndContinueAnalyzer(faultInjector);
1 reference to _analyzer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EditAndContinue\Helpers\CSharpEditAndContinueTestHelpers.cs (1)
24public override AbstractEditAndContinueAnalyzer Analyzer => _analyzer;