4 writes to _aliasName
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5998
Me.
_aliasName
= aliasName
6032
Me.
_aliasName
= aliasName
6065
Me.
_aliasName
= aliasName
6115
Me.
_aliasName
= _aliasName
7 references to _aliasName
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
6135
writer.WriteValue(Me.
_aliasName
)
6225
Return Me.
_aliasName
6263
Return Me.
_aliasName
6276
Return new DeclareStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword,
_aliasName
, _parameterList, _asClause)
6280
Return new DeclareStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _declareKeyword, _charsetKeyword, _subOrFunctionKeyword, _identifier, _libKeyword, _libraryName, _aliasKeyword,
_aliasName
, _parameterList, _asClause)
38440
Dim newAliasName = DirectCast(Visit(node.
_aliasName
), LiteralExpressionSyntax)
38441
If node.
_aliasName
IsNot newAliasName Then anyChanges = True