Definition at line 180 of file NetEventSource.cs.
  181    {
  183        {
  184            return "(null)";
  185        }
  188        {
  190        }
  192        {
  193            return $"{array.GetType().GetElementType()}[{((Array)value).Length}]";
  194        }
  196        {
  197            return $"{collection.GetType().Name}({collection.Count})";
  198        }
  200        {
  201            return $"{safeHandle.GetType().Name}:{safeHandle.GetHashCode()}(0x{safeHandle.DangerousGetHandle():X})";
  202        }
  204        {
  205            return $"0x{value:X}";
  206        }
  207        string text2 = 
value.ToString();
 
  208        if (text2 == 
null || text2 == 
value.GetType().FullName)
 
  209        {
  211        }
  213    }
static string IdOf(object value)
 
 
References System.array, System.collection, System.Net.NetEventSource.IdOf(), System.text, and System.value.