35 references to SetKeyword
Microsoft.CodeAnalysis.VisualBasic (35)
Generated\Syntax.xml.Internal.Generated.vb (4)
34454Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.SetKeyword) 36778Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.Kind = SyntaxKind.SetKeyword) 46520Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.SetKeyword) 48844Debug.Assert(accessorKeyword IsNot Nothing AndAlso accessorKeyword.Kind = SyntaxKind.SetKeyword)
Generated\Syntax.xml.Main.Generated.vb (13)
5743Case SyntaxKind.SetKeyword : 6207Case SyntaxKind.SetKeyword 6219Return SyntaxFactory.EndSetStatement(SyntaxFactory.Token(SyntaxKind.EndKeyword), SyntaxFactory.Token(SyntaxKind.SetKeyword)) 6604Return SyntaxKind.SetKeyword 10864Case SyntaxKind.SetKeyword : 10937Case SyntaxKind.SetKeyword 10966Return SyntaxFactory.SetAccessorStatement(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.SetKeyword), parameterList) 10977Return SyntaxFactory.SetAccessorStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.SetKeyword), Nothing) 11236Return SyntaxKind.SetKeyword 44055SyntaxKind.SetKeyword, 44269SyntaxKind.SetKeyword, 45114SyntaxKind.SetKeyword, 45594Case SyntaxKind.SetKeyword
Parser\BlockContexts\BlockContext.vb (1)
662endStmt = SyntaxFactory.EndSetStatement(missingEndKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.SetKeyword))
Parser\Parser.vb (8)
820Case SyntaxKind.SetKeyword 1069Case SyntaxKind.SetKeyword, SyntaxKind.LetKeyword 1354Case SyntaxKind.SetKeyword 1801Case SyntaxKind.SetKeyword 1895SyntaxKind.SetKeyword, 3393Debug.Assert(CurrentToken.Kind = SyntaxKind.GetKeyword OrElse CurrentToken.Kind = SyntaxKind.SetKeyword OrElse 4105CurrentToken.Kind = SyntaxKind.SetKeyword OrElse 4174If peek.Kind <> SyntaxKind.GetKeyword AndAlso peek.Kind <> SyntaxKind.SetKeyword Then
Parser\ParseStatement.vb (2)
1415Debug.Assert(CurrentToken.Kind = SyntaxKind.LetKeyword OrElse CurrentToken.Kind = SyntaxKind.SetKeyword, "Assignment statement parsing is lost.") 1418If CurrentToken.Kind = SyntaxKind.SetKeyword AndAlso
Scanner\KeywordTable.vb (1)
144SyntaxKind.SetKeyword, None,
SymbolDisplay\SymbolDisplayVisitor.Members.vb (1)
219AddKeyword(SyntaxKind.SetKeyword)
Symbols\MethodKindExtensions.vb (1)
29Return SyntaxFacts.GetText(SyntaxKind.SetKeyword)
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
280SyntaxKind.SetKeyword,
Syntax\SyntaxKindFacts.vb (2)
202SyntaxKind.SetKeyword, 652Case SyntaxKind.SetKeyword
Syntax\SyntaxNodeFactories.vb (1)
580SyntaxKind.SetKeyword,