3 instantiations of AssetTargetFallbackFramework
NuGet.Commands (1)
Utility\AssetTargetFallbackUtility.cs (1)
48return new AssetTargetFallbackFramework(projectFramework, assetTargetFallback.AsList());
NuGet.PackageManagement (1)
Projects\ProjectJsonNuGetProject.cs (1)
210nuGetFramework = new AssetTargetFallbackFramework(nuGetFramework, tfi.Imports.AsList());
NuGet.ProjectModel (1)
JsonPackageSpecReader.cs (1)
78updatedFramework = new AssetTargetFallbackFramework(GetDualCompatibilityFrameworkIfNeeded(frameworkName, secondaryFramework), imports);
17 references to AssetTargetFallbackFramework
NuGet.Commands (9)
RestoreCommand\LockFileBuilder.cs (2)
189|| target.TargetFramework is AssetTargetFallbackFramework); 420var frameworks = (framework as AssetTargetFallbackFramework)?.Fallback
RestoreCommand\LockFileBuilderCache.cs (2)
129public AssetTargetFallbackFramework AssetTargetFallbackFramework { get; } 134if (frameworkOverride is AssetTargetFallbackFramework assetTargetFallbackFramework)
RestoreCommand\SourceRepositoryDependencyProvider.cs (2)
541targetFramework is AssetTargetFallbackFramework assetTargetFallbackFramework) 559if (nuGetFramework is AssetTargetFallbackFramework assetTargetFallbackFramework)
RestoreCommand\Utility\LockFileUtils.cs (3)
130var assetTargetFallback = framework as AssetTargetFallbackFramework; 451if (framework is AssetTargetFallbackFramework atf)
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
224if (framework is AssetTargetFallbackFramework atfFramework)
NuGet.Frameworks (3)
AssetTargetFallbackFramework.cs (3)
16public class AssetTargetFallbackFramework : NuGetFramework, IEquatable<AssetTargetFallbackFramework> 67return Equals(obj as AssetTargetFallbackFramework); 92public bool Equals(AssetTargetFallbackFramework? other)
NuGet.ProjectModel (4)
PackageSpecReferenceDependencyProvider.cs (2)
316NuGetFramework rootFramework = targetFramework is AssetTargetFallbackFramework atf 331if (targetFramework is AssetTargetFallbackFramework atfFramework)
PackageSpecWriter.cs (1)
556if (nuGetFramework is AssetTargetFallbackFramework assetTargetFallbackFramework)
ProjectLockFile\PackagesLockFileUtilities.cs (1)
234if (targetFrameworkInformation.FrameworkName is AssetTargetFallbackFramework atfFramework)