1 instantiation of VBCompilerOptions
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\ConvertedVisualBasicProjectOptionsTests.vb (1)
158Dim compilerOptions = New VBCompilerOptions With
12 references to VBCompilerOptions
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (2)
ProjectSystemShim\VisualBasicHelpers\VisualBasicHelpers.vb (2)
22Public Function CreateMinimalCompilerOptions(project As VisualBasicProject) As VBCompilerOptions 23Dim options As VBCompilerOptions = Nothing
Microsoft.VisualStudio.LanguageServices.VisualBasic (10)
ProjectSystemShim\Interop\IVbCompilerProject.vb (1)
16Sub SetCompilerOptions(<[In]> ByRef pCompilerOptions As VBCompilerOptions)
ProjectSystemShim\TempPECompiler.TempPEProject.vb (1)
199Public Sub SetCompilerOptions(ByRef pCompilerOptions As VBCompilerOptions) Implements IVbCompilerProject.SetCompilerOptions
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (7)
25Private _rawOptions As VBCompilerOptions 48Public Sub SetNewRawOptions(ByRef rawOptions As VBCompilerOptions) 58Public Shared Function ApplyCompilationOptionsFromVBCompilerOptions(compilationOptions As CompilationOptions, compilerOptions As VBCompilerOptions, Optional ruleSetFileOpt As IRuleSetFile = Nothing) As VisualBasicCompilationOptions 120Private Shared Function GetOutputKind(ByRef compilerOptions As VBCompilerOptions) As OutputKind 143Public Shared Function GetRuntimeLibraries(compilerHost As IVbCompilerHost, ByRef compilerOptions As VBCompilerOptions) As ImmutableArray(Of String) 207Friend Shared Function ApplyVisualBasicParseOptionsFromCompilerOptions(parseOptions As VisualBasicParseOptions, ByRef compilerOptions As VBCompilerOptions) As VisualBasicParseOptions 262Private Shared Function DetermineSpecificDiagnosticOptions(options As VBCompilerOptions, ruleSetSpecificDiagnosticOptions As IDictionary(Of String, ReportDiagnostic)) As IReadOnlyDictionary(Of String, ReportDiagnostic)
ProjectSystemShim\VisualBasicProject.vb (1)
313Public Sub SetCompilerOptions(ByRef pCompilerOptions As VBCompilerOptions) Implements IVbCompilerProject.SetCompilerOptions