2 references to CreateTaskIdentityParametersDictionary
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
798
_taskIdentityParameters = taskIdentityParameters == null ? null : new ReadOnlyDictionary<string, string>(
CreateTaskIdentityParametersDictionary
(taskIdentityParameters));
1055
translator.TranslateDictionary(ref taskIdentityParameters, count =>
CreateTaskIdentityParametersDictionary
(null, count));