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)
5982if (dotDotToken != this.DotDotToken || pattern != this.Pattern) 5992public SlicePatternSyntax WithDotDotToken(SyntaxToken dotDotToken) => Update(dotDotToken, this.Pattern);
Binder\Binder_Patterns.cs (2)
425if (node.Pattern is not null) 457pattern = BindPattern(node.Pattern, ref unionType, sliceType, permitDesignations, hasErrors, diagnostics, out hasUnionMatching);