Base:
property
PreprocessorSymbolNames
Microsoft.CodeAnalysis.ParseOptions.PreprocessorSymbolNames
2 references to PreprocessorSymbolNames
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
VisualStudioMSBuildWorkspaceTests.cs (2)
1886Assert.True(options.PreprocessorSymbolNames.Contains("EnableMyAttribute")); 1909Assert.False(options.PreprocessorSymbolNames.Contains("EnableMyAttribute"));