Exemplo n.º 1
0
 private UniqueId GetUniqueId()
 {
     DiagnosticUtility.DebugAssert(_type == ValueHandleType.UniqueId, "");
     return(_bufferReader.GetUniqueId(_offset));
 }