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