1 write to parentEngine
Microsoft.Build.Engine (1)
Engine\Router.cs (1)
31this.parentEngine = parentEngine;
3 references to parentEngine
Microsoft.Build.Engine (3)
Engine\Router.cs (3)
104CacheScope cacheScope = parentEngine.CacheManager.GetCacheScope(buildRequest.ProjectFileName, buildRequest.GlobalProperties, buildRequest.ToolsetVersion, CacheContentType.BuildResults); 167CacheScope cacheScope = parentEngine.CacheManager.GetCacheScope(currentRequest.ProjectFileName, currentRequest.GlobalProperties, currentRequest.ToolsetVersion, CacheContentType.BuildResults); 172parentEngine.EngineCallback.CreateRoutingContext