3 writes to _commandLineArgs
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\ConsoleApplicationBase.vb (3)
38
_commandLineArgs
= value
58
_commandLineArgs
= New ObjectModel.ReadOnlyCollection(Of String)(newArgs)
60
_commandLineArgs
= New ObjectModel.ReadOnlyCollection(Of String)(Array.Empty(Of String)()) 'provide the empty set
2 references to _commandLineArgs
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\ApplicationServices\ConsoleApplicationBase.vb (2)
52
If
_commandLineArgs
Is Nothing Then
63
Return
_commandLineArgs