5 references to ExcludeNonVisibleOutsideOfAssembly
Microsoft.DotNet.ApiCompatibility (2)
Rules\AttributesMustMatch.cs (2)
79
left = left.
ExcludeNonVisibleOutsideOfAssembly
(_settings.AttributeDataSymbolFilter, excludeWithTypeArgumentsNotVisibleOutsideOfAssembly: false);
80
right = right.
ExcludeNonVisibleOutsideOfAssembly
(_settings.AttributeDataSymbolFilter, excludeWithTypeArgumentsNotVisibleOutsideOfAssembly: false);
Microsoft.DotNet.GenAPI (3)
CSharpAssemblyDocumentGenerator.cs (1)
258
ImmutableArray<AttributeData> attributes = assembly.GetAttributes().
ExcludeNonVisibleOutsideOfAssembly
(_options.AttributeSymbolFilter);
INamedTypeSymbolExtensions.cs (1)
123
FromAttributeData(genericField.GetAttributes().
ExcludeNonVisibleOutsideOfAssembly
(attributeDataSymbolFilter)),
SyntaxNodeExtensions.cs (1)
21
foreach (AttributeData attribute in member.GetAttributes().
ExcludeNonVisibleOutsideOfAssembly
(attributeDataSymbolFilter))