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