4 references to WriteFakeAttribute
Microsoft.Cci.Extensions (4)
Writers\CSharp\CSDeclarationWriter.Fields.cs (2)
20WriteFakeAttribute("System.Runtime.InteropServices.FieldOffsetAttribute", field.Offset.ToString()); 25WriteFakeAttribute("System.NonSerializedAttribute");
Writers\CSharp\CSDeclarationWriter.Properties.cs (1)
48WriteFakeAttribute("System.Runtime.CompilerServices.IndexerName", "\"" + id + "\"");
Writers\CSharp\CSDeclarationWriter.Types.cs (1)
57WriteFakeAttribute(structLayout.FullTypeName, args.ToArray());