7 references to AddPredefinedPreprocessorSymbols
Microsoft.CodeAnalysis.VisualBasic (3)
CommandLine\VisualBasicCommandLineParser.vb (1)
1399
preprocessorSymbols:=
AddPredefinedPreprocessorSymbols
(outputKind, defines.AsImmutableOrEmpty()),
PredefinedPreprocessorSymbols.vb (2)
24
Return
AddPredefinedPreprocessorSymbols
(kind, symbols.AsImmutableOrNull())
34
Return
AddPredefinedPreprocessorSymbols
(kind, symbols.AsImmutableOrNull())
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Parser\VisualBasicParseOptionsTests.vb (3)
63
symbols =
AddPredefinedPreprocessorSymbols
(OutputKind.DynamicallyLinkedLibrary, symbols)
74
symbols =
AddPredefinedPreprocessorSymbols
(OutputKind.ConsoleApplication, empty)
77
symbols =
AddPredefinedPreprocessorSymbols
(OutputKind.WindowsApplication, empty)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
ProjectSystemShim\VisualBasicProject.OptionsProcessor.vb (1)
235
Return
AddPredefinedPreprocessorSymbols
(kind, defines.AsImmutableOrEmpty())