2 writes to _analyzerReferences
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostProject.cs (2)
190
_analyzerReferences
= analyzerReferences ?? SpecializedCollections.EmptyEnumerable<AnalyzerReference>();
248
_analyzerReferences
= analyzerReferences ?? SpecializedCollections.EmptyEnumerable<AnalyzerReference>();
1 reference to _analyzerReferences
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestHostProject.cs (1)
62
return
_analyzerReferences
;