3 references to ExpressionColon
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
9030
if (expressionColon != this.
ExpressionColon
|| pattern != this.Pattern)
28213
=> node.Update((BaseExpressionColonSyntax)Visit(node.
ExpressionColon
), (PatternSyntax)Visit(node.Pattern));
Parser\LanguageParser_Patterns.cs (1)
328
if (firstSubPattern.
ExpressionColon
== null)