4 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))
ThreadSafeTaskAnalyzer.Tests (1)
TestHelpers.cs (1)
158
{ $"build_property.{SharedAnalyzerHelpers.
ScopeOptionKey
}", scope }