4 writes to _libraryName
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
5991
Me.
_libraryName
= libraryName
6025
Me.
_libraryName
= libraryName
6058
Me.
_libraryName
= libraryName
6105
Me.
_libraryName
= _libraryName
7 references to _libraryName
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
6133
writer.WriteValue(Me.
_libraryName
)
6201
Return Me.
_libraryName
6259
Return Me.
_libraryName
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)
38436
Dim newLibraryName = DirectCast(Visit(node.
_libraryName
), LiteralExpressionSyntax)
38437
If node.
_libraryName
IsNot newLibraryName Then anyChanges = True