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)
2717
BasePropertyDeclarationSyntax baseProperty => baseProperty.
WithAccessorList
(accessorList),
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
883
return getter.
WithAccessorList
(AccessorList(List(combined)));