40 references to PropertyKeyword
Microsoft.CodeAnalysis.VisualBasic (40)
Generated\Syntax.xml.Internal.Generated.vb (6)
34485Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.PropertyKeyword) 36717Debug.Assert(propertyKeyword IsNot Nothing AndAlso propertyKeyword.Kind = SyntaxKind.PropertyKeyword) 38192Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.PropertyKeyword) 46551Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.PropertyKeyword) 48783Debug.Assert(propertyKeyword IsNot Nothing AndAlso propertyKeyword.Kind = SyntaxKind.PropertyKeyword) 50258Debug.Assert(blockKeyword IsNot Nothing AndAlso blockKeyword.Kind = SyntaxKind.PropertyKeyword)
Generated\Syntax.xml.Main.Generated.vb (16)
5744Case SyntaxKind.PropertyKeyword : 6242Case SyntaxKind.PropertyKeyword 6254Return SyntaxFactory.EndPropertyStatement(SyntaxFactory.Token(SyntaxKind.EndKeyword), SyntaxFactory.Token(SyntaxKind.PropertyKeyword)) 6606Return SyntaxKind.PropertyKeyword 10756Case SyntaxKind.PropertyKeyword 10805Return SyntaxFactory.PropertyStatement(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), identifier, parameterList, asClause, initializer, implementsClause) 10819Return SyntaxFactory.PropertyStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), identifier, Nothing, Nothing, Nothing, Nothing) 10833Return SyntaxFactory.PropertyStatement(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), SyntaxFactory.Identifier(identifier), Nothing, Nothing, Nothing, Nothing) 13360Case SyntaxKind.PropertyKeyword : 13533Case SyntaxKind.PropertyKeyword 13546Return SyntaxFactory.ExitPropertyStatement(SyntaxFactory.Token(SyntaxKind.ExitKeyword), SyntaxFactory.Token(SyntaxKind.PropertyKeyword)) 13697Return SyntaxKind.PropertyKeyword 44056SyntaxKind.PropertyKeyword, 44376SyntaxKind.PropertyKeyword, 45102SyntaxKind.PropertyKeyword, 45570Case SyntaxKind.PropertyKeyword
Parser\BlockContexts\BlockContext.vb (1)
653endStmt = SyntaxFactory.EndPropertyStatement(missingEndKeyword, InternalSyntaxFactory.MissingKeyword(SyntaxKind.PropertyKeyword))
Parser\Parser.vb (7)
749Case SyntaxKind.PropertyKeyword 1051SyntaxKind.PropertyKeyword, 1205SyntaxKind.PropertyKeyword, 1290Case SyntaxKind.PropertyKeyword 1804Case SyntaxKind.PropertyKeyword 1886SyntaxKind.PropertyKeyword, 4096Debug.Assert(CurrentToken.Kind = SyntaxKind.PropertyKeyword, "ParsePropertyDefinition called on the wrong token.")
Parser\ParseStatement.vb (2)
144Case SyntaxKind.PropertyKeyword 191blockKeyword = InternalSyntaxFactory.MissingKeyword(SyntaxKind.PropertyKeyword)
Scanner\KeywordTable.vb (1)
131SyntaxKind.PropertyKeyword, None,
SymbolDisplay\SymbolDisplayVisitor.Members.vb (3)
91AddKeyword(SyntaxKind.PropertyKeyword) 206AddKeyword(SyntaxKind.PropertyKeyword) 217AddKeyword(SyntaxKind.PropertyKeyword)
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
268SyntaxKind.PropertyKeyword,
Syntax\SyntaxKindFacts.vb (2)
190SyntaxKind.PropertyKeyword, 412Case SyntaxKind.PropertyKeyword,
Syntax\SyntaxNodeFactories.vb (1)
567SyntaxKind.PropertyKeyword,