4 writes to _asClause
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6921
Me.
_asClause
= asClause
6945
Me.
_asClause
= asClause
6968
Me.
_asClause
= asClause
6997
Me.
_asClause
= _asClause
7 references to _asClause
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
7017
writer.WriteValue(Me.
_asClause
)
7057
Return Me.
_asClause
7100
Return Me.
_asClause
7113
Return new PropertyStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList,
_asClause
, _initializer, _implementsClause)
7117
Return new PropertyStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _propertyKeyword, _identifier, _parameterList,
_asClause
, _initializer, _implementsClause)
38544
Dim newAsClause = DirectCast(Visit(node.
_asClause
), AsClauseSyntax)
38545
If node.
_asClause
IsNot newAsClause Then anyChanges = True