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