3 writes to _base
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
16846
Me.
_base
= base
16870
Me.
_base
= base
16893
Me.
_base
= base
6 references to _base
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
16922
Return Me.
_base
16971
Return Me.
_base
16988
Return new XmlMemberAccessExpressionSyntax(Me.Kind, newErrors, GetAnnotations,
_base
, _token1, _token2, _token3, _name)
16992
Return new XmlMemberAccessExpressionSyntax(Me.Kind, GetDiagnostics, annotations,
_base
, _token1, _token2, _token3, _name)
32264
Dim newBase = DirectCast(Visit(node.
_base
), ExpressionSyntax)
32265
If node.
_base
IsNot newBase Then anyChanges = True