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