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