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