4 references to MSBuildIsRestoring
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1135bool isRestoring = _requestEntry.RequestConfiguration.GlobalProperties[MSBuildConstants.MSBuildIsRestoring] is not null;
BuildCheck\Infrastructure\BuildCheckBuildEventHandler.cs (1)
65eventArgs.GlobalProperties.TryGetValue(MSBuildConstants.MSBuildIsRestoring, out string? restoreProperty);
Microsoft.Build.Framework (1)
MSBuildConstants.cs (1)
81internal const string MSBuildIsRestoring = nameof(MSBuildIsRestoring);
MSBuild (1)
XMake.cs (1)
1894restoreGlobalProperties[MSBuildConstants.MSBuildIsRestoring] = bool.TrueString;