1 write to AssetPaths
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\RuntimeAssetGroup.cs (1)
16AssetPaths = assetPaths.ToArray();
8 references to AssetPaths
xunit.console (8)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (8)
69.FirstOrDefault(tuple => tuple.Item2?.AssetPaths != null)) 71.SelectMany(tuple => tuple.Item2.AssetPaths.Where(x => x != null) 83.FirstOrDefault(tuple => tuple.Item2?.AssetPaths != null)) 85.SelectMany(tuple => tuple.Item2.AssetPaths.Where(x => x != null) 232assetGroup.AssetPaths, library.Dependencies, library.Serviceable, 259internalDiagnosticsMessageSink.OnMessage(new _DiagnosticMessage($"[DependencyContextAssemblyCache.ResolveManagedAssembly] Resolving '{assemblyName}', found in dependency map, but unable to resolve a path in [{string.Join(",", assetGroup.AssetPaths.OrderBy(k => k, StringComparer.OrdinalIgnoreCase).Select(k => $"'{k}'"))}]")); 276var wrapper = new CompilationLibrary(library.Type, library.Name, library.Version, library.Hash, assetGroup.AssetPaths, library.Dependencies, library.Serviceable); 291internalDiagnosticsMessageSink.OnMessage(new _DiagnosticMessage($"[DependencyContextAssemblyCache.ResolveUnmanagedLibrary] Found in dependency map, but unable to resolve a path in [{string.Join(",", assetGroup.AssetPaths.OrderBy(k => k, StringComparer.OrdinalIgnoreCase).Select(k => $"'{k}'"))}]"));