2 references to CreateTargetResultDictionaryWithContents
Microsoft.Build (2)
BackEnd\Shared\BuildResult.cs (2)
207
_resultsByTarget =
CreateTargetResultDictionaryWithContents
(existingResults, targetNames);
252
_resultsByTarget = targetNames == null ? existingResults._resultsByTarget :
CreateTargetResultDictionaryWithContents
(existingResults, targetNames);