1 instantiation of InternalsAndPublicCciFilter
Microsoft.DotNet.GenAPI (1)
GenAPITask.cs (1)
333includeFilter = new InternalsAndPublicCciFilter(excludeAttributes: apiOnly, includeForwardedTypes);
2 references to InternalsAndPublicCciFilter
Microsoft.Cci.Extensions (2)
Writers\CSharp\CSDeclarationWriter.Methods.cs (2)
375InternalsAndPublicCciFilter _ => TypeMemberVisibility.Private, 377f => f is IncludeAllFilter || f is InternalsAndPublicCciFilter) ?