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