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