7 references to RemoveInaccessibleAttributesAndAttributesOfTypes
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
277var delegateInvokeMethod = delegateType.DelegateInvokeMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(semanticDocument.SemanticModel.Compilation.Assembly);
Microsoft.CodeAnalysis.Features (3)
ImplementInterface\AbstractImplementInterfaceService.CodeAction_Method.cs (1)
30updatedMethod = updatedMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(
ImplementInterface\AbstractImplementInterfaceService.CodeAction_Property.cs (2)
104var setMethod = property.SetMethod.RemoveInaccessibleAttributesAndAttributesOfTypes( 131var getMethod = property.GetMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
NavigationBar\VisualBasicEditorNavigationBarItemService_CodeGeneration.vb (2)
199parameters:=delegateInvokeMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(destinationType).Parameters, 276methodToReplicate.RemoveInaccessibleAttributesAndAttributesOfTypes(destinationType)))
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SyntaxGeneratorExtensions.cs (1)
542method: overriddenMethod.RemoveInaccessibleAttributesAndAttributesOfTypes(newContainingType),