2 references to CreateAccessorList
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
443
PropertyDeclarationSyntax property => property.WithAccessorList(
CreateAccessorList
(property.AccessorList, accessorDeclarations))
447
IndexerDeclarationSyntax indexer => indexer.WithAccessorList(
CreateAccessorList
(indexer.AccessorList, accessorDeclarations))