Пример #1
0
 // Token: 0x06000036 RID: 54 RVA: 0x00004DFC File Offset: 0x00002FFC
 internal static byte[] smethod_2(Stream stream_0)
 {
     byte[] result;
     lock (Class2.object_0)
     {
         result = Class2.smethod_4(97L, stream_0);
     }
     return(result);
 }
Пример #2
0
 // Token: 0x06000037 RID: 55 RVA: 0x00004E40 File Offset: 0x00003040
 internal static byte[] smethod_3(long long_0, Stream stream_0)
 {
     byte[] result;
     try
     {
         result = Class2.smethod_2(stream_0);
     }
     catch (HostProtectionException)
     {
         result = Class2.smethod_4(97L, stream_0);
     }
     return(result);
 }