2 writes to cacheContentType
Microsoft.Build.Engine (2)
LocalProvider\LocalCallDescriptor.cs (2)
1329this.cacheContentType = cacheContentType; 1523cacheContentType = (CacheContentType)reader.ReadByte();
3 references to cacheContentType
Microsoft.Build.Engine (3)
LocalProvider\LocalCallDescriptor.cs (3)
1369return cacheContentType; 1386entries = engineCallback.GetCachedEntriesFromHost(nodeId, this.names, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType); 1465writer.Write((byte)cacheContentType);