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