1 write to ResolutionWarnings
Microsoft.Build.Tasks.Core (1)
ResolveSDKReference.cs (1)
740
ResolutionWarnings
= new List<Tuple<string, object[]>>();
4 references to ResolutionWarnings
Microsoft.Build.Tasks.Core (3)
ResolveSDKReference.cs (3)
620
if (reference.
ResolutionWarnings
!= null)
622
foreach (Tuple<string, object[]> warning in reference.
ResolutionWarnings
)
990
ResolutionWarnings
.Add(new Tuple<string, object[]>(resourceId, parameters));
Microsoft.Build.Tasks.UnitTests (1)
ResolveSDKReference_Tests.cs (1)
4213
reference.
ResolutionWarnings
.ShouldBeEmpty();