1 write to _analyzersFolder
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItem\AnalyzerItem.cs (1)
23
_analyzersFolder
= analyzersFolder;
2 references to _analyzersFolder
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItem\AnalyzerItem.cs (2)
68
get { return
_analyzersFolder
; }
76
_analyzersFolder
.RemoveAnalyzer(_analyzerReference.FullPath);