12 references to GetParameterList
Microsoft.CodeAnalysis.CSharp.Features (6)
AbstractAssignOutParametersCodeFixProvider.cs (2)
85
var parameterList = current.
GetParameterList
();
110
var parameterList = container.
GetParameterList
();
CSharpUseNameofInNullableAttributeDiagnosticAnalyzer.cs (1)
127
var parameters = container.
GetParameterList
();
Debugging\CSharpProximityExpressionsService.Worker.cs (1)
122
var parameterList = memberDeclaration.
GetParameterList
();
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
116
var parameterList = member.
GetParameterList
();
Wrapping\SeparatedSyntaxList\CSharpParameterWrapper.cs (1)
48
=> node.
GetParameterList
();
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
2131
var list = declaration.
GetParameterList
();
2143
var currentList = declaration.
GetParameterList
();
2209
=> declaration.
GetParameterList
();
CSharpCodeGenerationService.cs (1)
289
var currentParameterList = destination.
GetParameterList
();
CSharpSyntaxFacts.cs (2)
190
=> node.
GetParameterList
();
798
builder.Append(memberDeclaration.
GetParameterList
());