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