1 write to Version
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Library.cs (1)
51
Version
= version;
3 references to Version
xunit.console (3)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (2)
231
var wrapper = new CompilationLibrary(library.Type, library.Name, library.
Version
, library.Hash,
276
var wrapper = new CompilationLibrary(library.Type, library.Name, library.
Version
, library.Hash, assetGroup.AssetPaths, library.Dependencies, library.Serviceable);
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\ResolverUtils.cs (1)
15
path = Path.Combine(library.Name.ToLowerInvariant(), library.
Version
.ToLowerInvariant());