3 references to CompareParameters
Microsoft.CodeAnalysis.Features (3)
Shared\Extensions\ISymbolExtensions_Sorting.cs (3)
105=> CompareParameters(xProperty.Parameters, xTypeNames, yProperty.Parameters, yTypeNames); 118return CompareParameters(xMethod.Parameters, xTypeNames, yMethod.Parameters, yTypeNames); 122=> CompareParameters(GetMethodOrIndexerOrEventParameters(xEvent), xTypeNames, GetMethodOrIndexerOrEventParameters(yEvent), yTypeNames);