3 references to WithAccessorList
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (1)
270
.
WithAccessorList
(AccessorList([AccessorDeclaration(SyntaxKind.GetAccessorDeclaration, body)]))
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
2716
BasePropertyDeclarationSyntax baseProperty => baseProperty.
WithAccessorList
(accessorList),
Microsoft.DotNet.GenAPI (1)
SyntaxRewriter\SingleLineStatementCSharpSyntaxRewriter.cs (1)
116
return node.
WithAccessorList
(accessorList);