1 implementation of IAnalyzerHost
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerHost.cs (1)
13
internal abstract partial class AbstractLegacyProject :
IAnalyzerHost
14 references to IAnalyzerHost
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\Legacy\AbstractLegacyProject_IAnalyzerHost.cs (5)
15
void
IAnalyzerHost
.AddAnalyzerReference(string analyzerAssemblyFullPath)
18
void
IAnalyzerHost
.RemoveAnalyzerReference(string analyzerAssemblyFullPath)
21
void
IAnalyzerHost
.SetRuleSetFile(string ruleSetFileFullPath)
38
void
IAnalyzerHost
.AddAdditionalFile(string additionalFilePath)
41
void
IAnalyzerHost
.RemoveAdditionalFile(string additionalFilePath)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (9)
ProjectSystemShim\LegacyProject\AnalyzersTests.cs (9)
44
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);
59
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);
78
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);
109
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);
132
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);
149
((
IAnalyzerHost
)project).SetRuleSetFile(pathWithExtraBackslashes);
175
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);
210
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);
243
((
IAnalyzerHost
)project).SetRuleSetFile(ruleSetFile.Path);