2 writes to cacheContentType
Microsoft.Build.Engine (2)
LocalProvider\LocalCallDescriptor.cs (2)
1131this.cacheContentType = cacheContentType; 1308cacheContentType = (CacheContentType)reader.ReadByte();
3 references to cacheContentType
Microsoft.Build.Engine (3)
LocalProvider\LocalCallDescriptor.cs (3)
1164return cacheContentType; 1186exception = engineCallback.PostCacheEntriesToHost(nodeId, this.entries, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType); 1256writer.Write((byte)cacheContentType);