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