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)
66.FirstOrDefault(tuple => tuple.Item2?.AssetPaths != null)) 68.SelectMany(tuple => tuple.Item2.AssetPaths.Where(x => x != null) 80.FirstOrDefault(tuple => tuple.Item2?.AssetPaths != null)) 82.SelectMany(tuple => tuple.Item2.AssetPaths.Where(x => x != null) 229assetGroup.AssetPaths, library.Dependencies, library.Serviceable, 256internalDiagnosticsMessageSink.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}'"))}]")); 273var wrapper = new CompilationLibrary(library.Type, library.Name, library.Version, library.Hash, assetGroup.AssetPaths, library.Dependencies, library.Serviceable); 288internalDiagnosticsMessageSink.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}'"))}]"));