2 instantiations of VisualBasicCommandLineParser
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\VisualBasicCommandLineParser.vb (2)
26
Public Shared ReadOnly Property [Default] As New
VisualBasicCommandLineParser
()
31
Public Shared ReadOnly Property Script As New
VisualBasicCommandLineParser
(isScriptCommandLineParser:=True)
1 reference to VisualBasicCommandLineParser
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCompiler.vb (1)
23
Protected Sub New(parser As
VisualBasicCommandLineParser
, responseFile As String, args As String(), buildPaths As BuildPaths, additionalReferenceDirectories As String, analyzerLoader As IAnalyzerAssemblyLoader, Optional driverCache As GeneratorDriverCache = Nothing, Optional fileSystem As ICommonCompilerFileSystem = Nothing)