1 instantiation of StronglyTypedInputs
Microsoft.NET.Build.Tasks (1)
ResolveTargetingPackAssets.cs (1)
105
internal StronglyTypedInputs GetInputs() =>
new
(
4 references to StronglyTypedInputs
Microsoft.NET.Build.Tasks (4)
ResolveTargetingPackAssets.cs (4)
58
StronglyTypedInputs
inputs = GetInputs();
105
internal
StronglyTypedInputs
GetInputs() => new(
134
private ResolvedAssetsCacheEntry Resolve(
StronglyTypedInputs
inputs, IBuildEngine4 buildEngine, bool allowCacheLookup)
538
StringBuilder cacheKeyBuilder = new(nameof(ResolveTargetingPackAssets) + nameof(
StronglyTypedInputs
));