2 references to WithAccessor
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
2630
return this.
WithAccessor
(declaration, kind, accessor);
2634
return this.
WithAccessor
(declaration, kind, (AccessorDeclarationSyntax)this.WithStatements(accessor, statements));