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