9 references to Pool
Microsoft.Extensions.DependencyModel (9)
DependencyContextJsonReader.cs (9)
468dependencies.Add(new Dependency(Pool(name), Pool(version))); 574runtimeTarget.Rid = Pool(propertyValue); 577runtimeTarget.Type = Pool(propertyValue); 637resources.Add(new ResourceAssembly(path, Pool(locale), localPath)); 661libraries.Add(Pool(libraryName), ReadOneLibrary(ref reader)); 718Type = Pool(type), 781string name = Pool(nameWithVersion.Substring(0, separatorPosition)); 782string version = Pool(nameWithVersion.Substring(separatorPosition + 1));