2 references to IdentityParametersMatch
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
893return IdentityParametersMatch(x.TaskIdentityParameters, y.TaskIdentityParameters, false /* fuzzy match */); 919return IdentityParametersMatch(x.TaskIdentityParameters, y.TaskIdentityParameters, _exactMatchRequired);