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