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