2 references to ColonToken
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
11410
if (attributeLists != this.AttributeLists || identifier != this.Identifier || colonToken != this.
ColonToken
|| statement != this.Statement)
28288
=> node.Update(VisitList(node.AttributeLists), (SyntaxToken)Visit(node.Identifier), (SyntaxToken)Visit(node.
ColonToken
), (StatementSyntax)Visit(node.Statement));