5 references to IncludeAttribute
Microsoft.Cci.Extensions (5)
Writers\CSharp\CSDeclarationWriter.Attributes.cs (4)
20if (!securityAttributes.SelectMany(s => s.Attributes).Any(IncludeAttribute)) 62if (IncludeAttribute(s_dllImport)) 72if (IncludeAttribute(s_methodImpl)) 109attributes = attributes.Where(IncludeAttribute);
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
56if (IncludeAttribute(structLayout))