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