12 references to ReadType
AssemblyStripper (12)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Signatures\SignatureReader.cs (12)
228 field.Type = ReadType (m_blobData, start, out start); 239 property.Type = ReadType (m_blobData, start, out start); 326 lv.Type = ReadType (data, cursor, out start); 339 ts.Type = ReadType (data, start, out start); 374 rt.Type = ReadType (data, start, out start); 378 rt.Type = ReadType (data, curs, out start); 446 p.Type = ReadType (data, start, out start); 451 p.Type = ReadType (data, curs, out start); 481 p.PtrType = ReadType (data, start, out start); 499 ary.Type = ReadType (data, start, out start); 514 sa.Type = ReadType (data, start, out start); 553 GenericArg arg = new GenericArg (ReadType (data, start, out start));