2 instantiations of StronglyTypedInputs
Microsoft.NET.Build.Tasks (1)
ResolveTargetingPackAssets.cs (1)
100internal StronglyTypedInputs GetInputs() => new(
Microsoft.NET.Build.Tasks.UnitTests (1)
GivenAResolveTargetingPackAssetsTask.cs (1)
304StronglyTypedInputs defaultObject = new(
9 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));
Microsoft.NET.Build.Tasks.UnitTests (5)
GivenAResolveTargetingPackAssetsTask.cs (5)
197Assert.Fail(nameof(StronglyTypedInputs) + " is likely not correctly handling null value of one or more optional task parameters"); 304StronglyTypedInputs defaultObject = new( 328static IEnumerable<(string LastFieldChanged, StronglyTypedInputs Inputs)> Permutations(StronglyTypedInputs input) 330var properties = typeof(StronglyTypedInputs).GetProperties(BindingFlags.Public | BindingFlags.Instance);