8 references to GetEffectiveIncludesFromFile
Microsoft.CodeAnalysis (1)
RuleSet\RuleSet.cs (1)
249/// as well. See also: <see cref="GetEffectiveIncludesFromFile(string)" />.
Microsoft.CodeAnalysis.UnitTests (6)
CommonCommandLineParserTests.cs (6)
232Assert.Equal(1, RuleSet.GetEffectiveIncludesFromFile(ruleSet.FilePath).Count()); 257Assert.Equal(2, RuleSet.GetEffectiveIncludesFromFile(ruleSet.FilePath).Count()); 292Assert.Equal(3, RuleSet.GetEffectiveIncludesFromFile(ruleSet.FilePath).Count()); 1014var includePaths = RuleSet.GetEffectiveIncludesFromFile(file.Path); 1051var includePaths = RuleSet.GetEffectiveIncludesFromFile(file.Path); 1103var includePaths = RuleSet.GetEffectiveIncludesFromFile(file.Path);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
55includes = RuleSet.GetEffectiveIncludesFromFile(FilePath);