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