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