3 instantiations of 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");
7 references to FakeCustomAttribute
Microsoft.Cci.Extensions (7)
Extensions\DocIdExtensions.cs (2)
15
FakeCustomAttribute
fca = attribute as
FakeCustomAttribute
;
Extensions\MemberExtensions.cs (1)
64
if (attribute is
FakeCustomAttribute
fca)
Filters\ExcludeCompilerGeneratedCciFilter.cs (1)
53
if (attribute is
FakeCustomAttribute
)
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");