1 write to Col2
Mono.Cecil (1)
Mono.Cecil.Metadata\Row.cs (1)
34
Col2
= col2;
30 references to Col2
Mono.Cecil (30)
Mono.Cecil.Metadata\Row.cs (3)
143
&& x.
Col2
== y.
Col2
149
return (int) (obj.Col1 ^ obj.
Col2
^ obj.Col3);
Mono.Cecil\AssemblyReader.cs (7)
748
File = file_record.
Col2
,
1862
image.StringHeap.Read (row.
Col2
),
3194
var signature = ReadSignature (rows [i].
Col2
);
3208
var signature = ReadSignature (rows [i].
Col2
);
3228
infos.Add (new EmbeddedSourceDebugInformation (rows [i].
Col2
, this));
3230
infos.Add (new SourceLinkDebugInformation (Encoding.UTF8.GetString (ReadBlob (rows [i].
Col2
))));
3232
infos.Add (new BinaryCustomDebugInformation (rows [i].Col1, ReadBlob (rows [i].
Col2
)));
Mono.Cecil\AssemblyWriter.cs (20)
273
buffer.WriteString (rows [i].
Col2
); // Name
301
buffer.WriteString (rows [i].
Col2
); // Name
328
buffer.WriteUInt16 (rows [i].
Col2
); // Sequence
356
buffer.WriteString (rows [i].
Col2
);
368
buffer.WriteCodedRID (rows [i].
Col2
, CodedIndex.HasConstant);
375
return Compare (x.
Col2
, y.
Col2
);
385
buffer.WriteCodedRID (rows [i].
Col2
, CodedIndex.CustomAttributeType); // Type
418
buffer.WriteCodedRID (rows [i].
Col2
, CodedIndex.HasDeclSecurity);
425
return Compare (x.
Col2
, y.
Col2
);
435
buffer.WriteUInt32 (rows [i].
Col2
); // ClassSize
488
buffer.WriteString (rows [i].
Col2
); // Name
511
buffer.WriteString (rows [i].
Col2
); // Name
523
buffer.WriteRID (rows [i].
Col2
, Table.Method); // Method
540
buffer.WriteCodedRID (rows [i].
Col2
, CodedIndex.MethodDefOrRef); // MethodBody
641
buffer.WriteString (rows [i].
Col2
);
770
buffer.WriteUInt16 (rows [i].
Col2
); // Index
815
buffer.WriteGuid (rows [i].
Col2
); // Kind
1279
if (file_table.rows [i].
Col2
== GetStringIndex (scope.Name))