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