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