2 references to s_analyzerChangedErrorId
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerFileWatcherService.cs (2)
60
=> _updateSource.ClearDiagnosticsForProject(projectId, Tuple.Create(
s_analyzerChangedErrorId
, analyzerPath));
69
_updateSource.UpdateDiagnosticsForProject(projectId, Tuple.Create(
s_analyzerChangedErrorId
, analyzerPath), SpecializedCollections.SingletonEnumerable(diagnostic));