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