4 references to IsNotMarkedWithAttribute
Microsoft.Cci.Extensions (4)
Filters\ExcludeCompilerGeneratedCciFilter.cs (4)
34
return
IsNotMarkedWithAttribute
(type);
47
return
IsNotMarkedWithAttribute
(member);
68
if (typeDef != null && !
IsNotMarkedWithAttribute
(typeDef))
74
return
IsNotMarkedWithAttribute
(attribute.Type.ResolvedType);