Example #1
0
 // ReSharper disable InconsistentNaming
 // ReSharper disable once SuggestBaseTypeForParameter
 private static void PrefixProfilePb(MyProgrammableBlock __instance, ref MultiProfilerEntry __localProfilerHandle)
 {
     __localProfilerHandle = default(MultiProfilerEntry);
     ProfilerData.EntityEntry(__instance, ref __localProfilerHandle);
     __localProfilerHandle.Start();
 }