2 references to IsInbox
Microsoft.DotNet.Build.Tasks.Packaging (2)
PromoteDependencies.cs (1)
91if (index == null || !index.IsInbox(dependency.Id, targetFramework, dependency.Version))
SplitReferences.cs (1)
70if (!string.IsNullOrEmpty(TargetFramework) && index != null && index.IsInbox(referenceName, targetFx, referenceVersion))