3 references to FakeCustomAttribute
Microsoft.Cci.Extensions (3)
Writers\CSharp\CSDeclarationWriter.Attributes.cs (2)
54
private static FakeCustomAttribute s_methodImpl = new
FakeCustomAttribute
("System.Runtime.CompilerServices", "MethodImpl");
55
private static FakeCustomAttribute s_dllImport = new
FakeCustomAttribute
("System.Runtime.InteropServices", "DllImport");
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
29
FakeCustomAttribute structLayout = new
FakeCustomAttribute
("System.Runtime.InteropServices", "StructLayoutAttribute");