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