2 references to RemoveInaccessibleAttributesAndAttributesOfTypes
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.CodeAction_Property.cs (1)
60updatedProperty = updatedProperty.RemoveInaccessibleAttributesAndAttributesOfTypes(compilation.Assembly, attributesToRemove);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SyntaxGeneratorExtensions.cs (1)
441parameters: overriddenProperty.RemoveInaccessibleAttributesAndAttributesOfTypes(containingType).Parameters,