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