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