5 references to ExactLanguageMatchWithOthers
Microsoft.CodeAnalysis.Workspaces (2)
SectionMatcher.cs (2)
51return SectionMatch.ExactLanguageMatchWithOthers; 86return SectionMatch.ExactLanguageMatchWithOthers;
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
EditorConfigParsing\EditorConfigFileParserTests.cs (1)
79Assert.True(parseResults.TryGetSectionForLanguage(Language.CSharp, SectionMatch.ExactLanguageMatchWithOthers, out var section));
EditorConfigParsing\SectionParserTests.cs (2)
31Assert.True(section.SupportsLanguage(language, matchKind: SectionMatch.ExactLanguageMatchWithOthers)); 104Assert.False(section.SupportsLanguage(language, matchKind: SectionMatch.ExactLanguageMatchWithOthers));