4 references to GetParseOptions
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (4)
VisualBasicCommandLineArgumentsFactoryServiceTests.vb (4)
26Dim options = GetParseOptions("/features:test") 32Dim options = GetParseOptions("/features:test=dog") 38Dim options = GetParseOptions("/features:test1", "/features:test2") 45Dim options = GetParseOptions("/features:test1=dog", "/features:test2=cat")