2 implementations of PostCacheEntriesToHost
Microsoft.Build.Engine (2)
Engine\EngineCallback.cs (1)
61public Exception PostCacheEntriesToHost(int nodeId, CacheEntry[] entries, string scopeName, BuildPropertyGroup scopeProperties, string scopeToolsVersion, CacheContentType cacheContentType)
LocalProvider\LocalNodeCallback.cs (1)
300public Exception PostCacheEntriesToHost(int nodeId, CacheEntry[] entries, string scopeName, BuildPropertyGroup scopeProperties, string scopeToolsVersion, CacheContentType cacheContentType)
2 references to PostCacheEntriesToHost
Microsoft.Build.Engine (2)
Engine\Node.cs (1)
162return parentCallback.PostCacheEntriesToHost(this.nodeId /* ignored */, entries, scopeName, scopeProperties, scopeToolsVersion, cacheContentType);
LocalProvider\LocalCallDescriptor.cs (1)
1186exception = engineCallback.PostCacheEntriesToHost(nodeId, this.entries, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType);