8 instantiations of PropertyBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
5051
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
PropertyBlockSyntax
(o)
5062
ObjectBinder.RegisterTypeReader(GetType(PropertyBlockSyntax), Function(r) New
PropertyBlockSyntax
(r))
5113
Return new
PropertyBlockSyntax
(Me.Kind, newErrors, GetAnnotations, _propertyStatement, _accessors, _endPropertyStatement)
5117
Return new
PropertyBlockSyntax
(Me.Kind, GetDiagnostics, annotations, _propertyStatement, _accessors, _endPropertyStatement)
38329
Return New
PropertyBlockSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newPropertyStatement, newAccessors.Node, newEndPropertyStatement)
43965
Dim result = New
PropertyBlockSyntax
(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement)
56043
Dim result = New
PropertyBlockSyntax
(SyntaxKind.PropertyBlock, propertyStatement, accessors.Node, endPropertyStatement, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
6039
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
PropertyBlockSyntax
(kind, errors, annotations, DirectCast(propertyStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.PropertyStatementSyntax), if(accessors IsNot Nothing, accessors.Green, Nothing), DirectCast(endPropertyStatement.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EndBlockStatementSyntax)), Nothing, 0)
10 references to PropertyBlockSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (7)
5062
ObjectBinder.RegisterTypeReader(GetType(
PropertyBlockSyntax
), Function(r) New PropertyBlockSyntax(r))
36788
Public Overridable Function VisitPropertyBlock(ByVal node As
PropertyBlockSyntax
) As VisualBasicSyntaxNode
38318
Public Overrides Function VisitPropertyBlock(ByVal node As
PropertyBlockSyntax
) As VisualBasicSyntaxNode
43955
Friend Shared Function PropertyBlock(propertyStatement As PropertyStatementSyntax, accessors As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endPropertyStatement As EndBlockStatementSyntax) As
PropertyBlockSyntax
43962
Return DirectCast(cached,
PropertyBlockSyntax
)
56033
Friend Function PropertyBlock(propertyStatement As PropertyStatementSyntax, accessors As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), endPropertyStatement As EndBlockStatementSyntax) As
PropertyBlockSyntax
56040
Return DirectCast(cached,
PropertyBlockSyntax
)
Parser\BlockContexts\CompilationUnitContext.vb (1)
377
Public Overrides Function VisitPropertyBlock(node As
PropertyBlockSyntax
) As VisualBasicSyntaxNode
Parser\BlockContexts\DeclarationContext.vb (1)
324
Return UseSyntax(node, newContext, DirectCast(node,
PropertyBlockSyntax
).EndPropertyStatement.IsMissing)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
267
Private Shared Function GenerateGreenPropertyBlock() As InternalSyntax.
PropertyBlockSyntax