3 references to ProjectId
Microsoft.Build.Engine (3)
Engine\BuildRequest.cs (1)
553this.projectId = cachedResult.ProjectId;
Engine\CacheScope.cs (1)
263PropertyCacheEntry projectIdCacheEntry = new PropertyCacheEntry(Constants.projectIdCacheName, buildResult.ProjectId.ToString(CultureInfo.InvariantCulture));
Engine\Engine.cs (1)
2668primaryLoggingServices.LogProjectStarted(cachedResult.ProjectId, requestContext, currentContext, projectFileInfo.FullName,