4 writes to _asClause
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5598
Me.
_asClause
= asClause
5626
Me.
_asClause
= asClause
5653
Me.
_asClause
= asClause
5687
Me.
_asClause
= _asClause
7 references to _asClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
5708
writer.WriteValue(Me.
_asClause
)
5761
Return Me.
_asClause
5805
Return Me.
_asClause
5818
Return new MethodStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList,
_asClause
, _handlesClause, _implementsClause)
5822
Return new MethodStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList,
_asClause
, _handlesClause, _implementsClause)
38384
Dim newAsClause = DirectCast(Visit(node.
_asClause
), SimpleAsClauseSyntax)
38385
If node.
_asClause
IsNot newAsClause Then anyChanges = True