4 references to IncludeTypeReference
Microsoft.Cci.Extensions (4)
Filters\DocIdExcludeListFilter.cs (4)
59
if (returnType != null && !
IncludeTypeReference
(returnType))
64
if (method != null && method.Parameters.Any(param => !
IncludeTypeReference
(param.Type)))
101
if (!
IncludeTypeReference
(argument.Type))
106
if (typeOf != null && !
IncludeTypeReference
(typeOf.TypeToGet))