1 instantiation of StronglyTypedInputs
Microsoft.NET.Build.Tasks (1)
ResolveTargetingPackAssets.cs (1)
100internal StronglyTypedInputs GetInputs() => new(
4 references to StronglyTypedInputs
Microsoft.NET.Build.Tasks (4)
ResolveTargetingPackAssets.cs (4)
57StronglyTypedInputs inputs = GetInputs(); 100internal StronglyTypedInputs GetInputs() => new( 110private static ResolvedAssetsCacheEntry Resolve(StronglyTypedInputs inputs, IBuildEngine4 buildEngine) 511StringBuilder cacheKeyBuilder = new(nameof(ResolveTargetingPackAssets) + nameof(StronglyTypedInputs));