9 references to Pool
xunit.console (9)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextJsonReader.cs (9)
250
dependencies.Add(new Dependency(
Pool
(key),
Pool
(targetLibraryDependenciesJson.ValueAsString(key))));
270
Rid =
Pool
(runtimeTargetJson?.ValueAsString(DependencyContextStrings.RidPropertyName)),
271
Type =
Pool
(runtimeTargetJson?.ValueAsString(DependencyContextStrings.AssetTypePropertyName))
292
resources.Add(new ResourceAssembly(key,
Pool
(locale)));
307
libraries.Add(
Pool
(key), ReadLibrary(librariesJson.ValueAsJsonObject(key)));
333
Type =
Pool
(type),
375
var name =
Pool
(nameWithVersion.Substring(0, seperatorPosition));
376
var version =
Pool
(nameWithVersion.Substring(seperatorPosition + 1));