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