5 references to RemoveInaccessibleAttributesAndAttributesOfTypes
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
332delegateInvokeMethod = delegateInvokeMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(semanticDocument.SemanticModel.Compilation.Assembly);
Microsoft.CodeAnalysis.Features (3)
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_Method.cs (1)
32updatedMethod = updatedMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_Property.cs (2)
108var setMethod = property.SetMethod.RemoveInaccessibleAttributesAndAttributesOfTypes( 134var getMethod = property.GetMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SyntaxGeneratorExtensions.cs (1)
270method: overriddenMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(newContainingType),