5 references to MethodParametersInfo
Microsoft.CodeAnalysis.Features (5)
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (3)
319var methodParametersInfo = await GetMethodParametersInfoAsync( 370MethodParametersInfo methodParametersInfo, 422MethodParametersInfo methodParametersInfo,
InlineMethod\AbstractInlineMethodRefactoringProvider.InlineContext.cs (1)
48MethodParametersInfo methodParametersInfo,
InlineMethod\AbstractInlineMethodRefactoringProvider.MethodParametersInfo.cs (1)
153private async Task<MethodParametersInfo> GetMethodParametersInfoAsync(