1 override of GetConstructorArgumentOfInternalsVisibleToAttribute
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\InternalsVisibleToCompletionProvider.cs (1)
48protected override SyntaxNode? GetConstructorArgumentOfInternalsVisibleToAttribute(SyntaxNode internalsVisibleToAttribute)
1 reference to GetConstructorArgumentOfInternalsVisibleToAttribute
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractInternalsVisibleToCompletionProvider.cs (1)
229var constructorArgument = GetConstructorArgumentOfInternalsVisibleToAttribute(node);