4 writes to _default
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
9610
Me.
_default
= [default]
9636
Me.
_default
= [default]
9661
Me.
_default
= [default]
9692
Me.
_default
= _default
7 references to _default
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
9704
writer.WriteValue(Me.
_default
)
9772
Return Me.
_default
9787
Return Me.
_default
9796
Return new ParameterSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _identifier, _asClause,
_default
)
9800
Return new ParameterSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _identifier, _asClause,
_default
)
38846
Dim newDefault = DirectCast(Visit(node.
_default
), EqualsValueSyntax)
38847
If node.
_default
IsNot newDefault Then anyChanges = True