21 references to PropertyStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (21)
Generated\Syntax.xml.Syntax.Generated.vb (18)
6028Friend _propertyStatement as PropertyStatementSyntax 6038Friend Sub New(ByVal kind As SyntaxKind, ByVal errors as DiagnosticInfo(), ByVal annotations as SyntaxAnnotation(), propertyStatement As PropertyStatementSyntax, accessors As SyntaxNode, endPropertyStatement As EndBlockStatementSyntax) 6045Public ReadOnly Property PropertyStatement As PropertyStatementSyntax 6056Public Shadows Function WithPropertyStatement(propertyStatement as PropertyStatementSyntax) As PropertyBlockSyntax 6150Public Function Update(propertyStatement As PropertyStatementSyntax, accessors As SyntaxList(of AccessorBlockSyntax), endPropertyStatement As EndBlockStatementSyntax) As PropertyBlockSyntax 8654Public Shadows Function WithAttributeLists(attributeLists as SyntaxList(Of AttributeListSyntax)) As PropertyStatementSyntax 8658Public Shadows Function AddAttributeLists(ParamArray items As AttributeListSyntax()) As PropertyStatementSyntax 8698Public Shadows Function WithModifiers(modifiers as SyntaxTokenList) As PropertyStatementSyntax 8702Public Shadows Function AddModifiers(ParamArray items As SyntaxToken()) As PropertyStatementSyntax 8724Public Shadows Function WithPropertyKeyword(propertyKeyword as SyntaxToken) As PropertyStatementSyntax 8742Public Shadows Function WithIdentifier(identifier as SyntaxToken) As PropertyStatementSyntax 8772Public Shadows Function WithParameterList(parameterList as ParameterListSyntax) As PropertyStatementSyntax 8776Public Shadows Function AddParameterListParameters(ParamArray items As ParameterSyntax()) As PropertyStatementSyntax 8803Public Shadows Function WithAsClause(asClause as AsClauseSyntax) As PropertyStatementSyntax 8825Public Shadows Function WithInitializer(initializer as EqualsValueSyntax) As PropertyStatementSyntax 8847Public Shadows Function WithImplementsClause(implementsClause as ImplementsClauseSyntax) As PropertyStatementSyntax 8851Public Shadows Function AddImplementsClauseInterfaceMembers(ParamArray items As QualifiedNameSyntax()) As PropertyStatementSyntax 8927Public Function Update(attributeLists As SyntaxList(of AttributeListSyntax), modifiers As SyntaxTokenList, propertyKeyword As SyntaxToken, identifier As SyntaxToken, parameterList As ParameterListSyntax, asClause As AsClauseSyntax, initializer As EqualsValueSyntax, implementsClause As ImplementsClauseSyntax) As PropertyStatementSyntax
Syntax\MethodBaseSyntax.vb (1)
227Public Shadows Function WithKeyword(keyword As SyntaxToken) As PropertyStatementSyntax
Syntax\SyntaxNodePartials.vb (1)
116Return DirectCast(Me, PropertyStatementSyntax).AsClause
Syntax\SyntaxNormalizer.vb (1)
1442Public Overrides Function VisitPropertyStatement(node As PropertyStatementSyntax) As SyntaxNode