1 implementation of IAnalyzerHost
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerHost.cs (1)
12internal abstract partial class AbstractLegacyProject : IAnalyzerHost
5 references to IAnalyzerHost
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerHost.cs (5)
14void IAnalyzerHost.AddAnalyzerReference(string analyzerAssemblyFullPath) 17void IAnalyzerHost.RemoveAnalyzerReference(string analyzerAssemblyFullPath) 20void IAnalyzerHost.SetRuleSetFile(string ruleSetFileFullPath) 37void IAnalyzerHost.AddAdditionalFile(string additionalFilePath) 40void IAnalyzerHost.RemoveAdditionalFile(string additionalFilePath)