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