7 references to PropertyStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Main.Generated.vb (3)
10805
Return SyntaxFactory.
PropertyStatement
(attributeLists, modifiers, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), identifier, parameterList, asClause, initializer, implementsClause)
10819
Return SyntaxFactory.
PropertyStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), identifier, Nothing, Nothing, Nothing, Nothing)
10833
Return SyntaxFactory.
PropertyStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), SyntaxFactory.Identifier(identifier), Nothing, Nothing, Nothing, Nothing)
Generated\Syntax.xml.Syntax.Generated.vb (1)
8929
Dim newNode = SyntaxFactory.
PropertyStatement
(attributeLists, modifiers, propertyKeyword, identifier, parameterList, asClause, initializer, implementsClause)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
11172
SyntaxFactory.
PropertyStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), GenerateRedIdentifierToken(), Nothing, Nothing, Nothing, Nothing)
11180
SyntaxFactory.
PropertyStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), Nothing, Nothing, Nothing, Nothing)
11187
return SyntaxFactory.
PropertyStatement
(Nothing, Nothing, SyntaxFactory.Token(SyntaxKind.PropertyKeyword), GenerateRedIdentifierToken(), Nothing, Nothing, Nothing, Nothing)