29 references to ReadUInt16
Mono.Cecil (29)
Mono.Cecil.PE\ByteBuffer.cs (1)
70
return (short)
ReadUInt16
();
Mono.Cecil.PE\ImageWriter.cs (2)
836
var entries = resources.
ReadUInt16
() + resources.
ReadUInt16
();
Mono.Cecil\AssemblyReader.cs (26)
485
return
ReadUInt16
();
788
ReadUInt16
(),
789
ReadUInt16
(),
790
ReadUInt16
(),
791
ReadUInt16
());
1032
var packing_size =
ReadUInt16
();
1291
var attributes = (FieldAttributes)
ReadUInt16
();
1484
var attributes = (EventAttributes)
ReadUInt16
();
1553
var attributes = (PropertyAttributes)
ReadUInt16
();
1689
var attributes = (MethodSemanticsAttributes)
ReadUInt16
();
1774
method.ImplAttributes = (MethodImplAttributes)
ReadUInt16
();
1775
method.Attributes = (MethodAttributes)
ReadUInt16
();
1829
var attributes = (ParameterAttributes)
ReadUInt16
();
1830
var sequence =
ReadUInt16
();
1876
var attributes = (PInvokeAttributes)
ReadUInt16
();
1921
ReadUInt16
(); // index
1922
var flags = (GenericParameterAttributes)
ReadUInt16
();
2403
var type = (ElementType)
ReadUInt16
();
2566
if (reader.
ReadUInt16
() != 0x0001)
2576
var named = reader.
ReadUInt16
();
2632
ReadUInt16
();
2672
var action = (SecurityAction)
ReadUInt16
();
2977
var attributes = (VariableAttributes)
ReadUInt16
();
2978
var index =
ReadUInt16
();
3634
return (char)
ReadUInt16
();
3638
return
ReadUInt16
();