5 references to Sequence
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
40private static readonly Matcher<SyntaxTrivia> s_commentFollowedByBlankLine = Matcher.Sequence(
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\FileBannerFacts\AbstractFileBannerFacts.cs (4)
36var singleBlankLine = Matcher.Sequence(whitespace, endOfLine); 45var commentLine = Matcher.Sequence(whitespace, anyCommentMatcher, whitespace, endOfLine); 49Matcher.Sequence( 53Matcher.Sequence(