3 references to ScopeOptionKey
Microsoft.Build.TaskAuthoring.Analyzer (3)
MultiThreadableTaskAnalyzer.cs (1)
35
internal const string ScopeOptionKey = SharedAnalyzerHelpers.
ScopeOptionKey
;
SharedAnalyzerHelpers.cs (2)
33
if (optionsProvider.GlobalOptions.TryGetValue($"build_property.{
ScopeOptionKey
}", out var scopeValue) ||
34
optionsProvider.GlobalOptions.TryGetValue(
ScopeOptionKey
, out scopeValue))