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)
24
public override AbstractEditAndContinueAnalyzer Analyzer =>
_analyzer
;