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