3 references to AddAccessors
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (1)
150
accessorList = accessorList.
AddAccessors
(setAccessor);
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDynamicInterfaceCastableImplementation.Fixer.cs (1)
139
return propertyDeclaration.WithAccessorList(propertyDeclaration.AccessorList!.
AddAccessors
(
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
2771
return this.ReplaceNode(declaration, accessorList, accessorList.
AddAccessors
(accessor));