9 references to Pool
Microsoft.Extensions.DependencyModel (9)
DependencyContextJsonReader.cs (9)
468dependencies.Add(new Dependency(Pool(name), Pool(version))); 570runtimeTarget.Rid = Pool(propertyValue); 573runtimeTarget.Type = Pool(propertyValue); 625resources.Add(new ResourceAssembly(path, Pool(locale))); 649libraries.Add(Pool(libraryName), ReadOneLibrary(ref reader)); 706Type = Pool(type), 769string name = Pool(nameWithVersion.Substring(0, separatorPosition)); 770string version = Pool(nameWithVersion.Substring(separatorPosition + 1));