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