1 write to stringPool
Microsoft.NET.ProjectData (1)
CacheFileReader.cs (1)
731 this.stringPool = stringPool;
1 reference to stringPool
Microsoft.NET.ProjectData (1)
CacheFileReader.cs (1)
802 private string Pool(string value) => this.stringPool?.GetOrAdd(value) ?? value;