5 references to Pattern
Microsoft.CodeAnalysis.CSharp (5)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1825
=> node.Update(VisitToken(node.DotDotToken), (PatternSyntax?)Visit(node.
Pattern
));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
5982
if (dotDotToken != this.DotDotToken || pattern != this.
Pattern
)
5992
public SlicePatternSyntax WithDotDotToken(SyntaxToken dotDotToken) => Update(dotDotToken, this.
Pattern
);
Binder\Binder_Patterns.cs (2)
425
if (node.
Pattern
is not null)
457
pattern = BindPattern(node.
Pattern
, ref unionType, sliceType, permitDesignations, hasErrors, diagnostics, out hasUnionMatching);