3 references to OutputAssemblyPath
Microsoft.NET.Build.Tasks (3)
RunCsWinRTGenerator.cs (3)
106
private string EffectiveOutputAssemblyItemSpec =>
OutputAssemblyPath
![0].ItemSpec;
111
[MemberNotNullWhen(true, nameof(
OutputAssemblyPath
))]
129
if (
OutputAssemblyPath
is not { Length: 1 })