3 references to AddParameterAtIndex
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\ParameterSymbolReferenceFinder.cs (3)
191
AddParameterAtIndex
(results, ordinal, property.Parameters);
219
AddParameterAtIndex
(results, ordinal, beginInvokeMethod?.Parameters);
225
AddParameterAtIndex
(results, ordinal, containingType.DelegateInvokeMethod?.Parameters);