2 references to MSBuildRestoreSessionId
Microsoft.Build.Framework (1)
Constants.cs (1)
75
internal const string MSBuildRestoreSessionId = nameof(
MSBuildRestoreSessionId
);
MSBuild (1)
XMake.cs (1)
1846
restoreGlobalProperties[MSBuildConstants.
MSBuildRestoreSessionId
] = Guid.NewGuid().ToString("D");