3 writes to Object
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\TraceLog.cs (3)
54Object = value ?? "<null>"; 61Object = null; 68Object = enumKind;
4 references to Object
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\TraceLog.cs (4)
74(Object is ImmutableArray<string> array) ? string.Join(",", array) : 75(Object is null) ? Int32 : 76(Object is StrongBox<EnumType> { Value: var enumType }) ? enumType switch 84Object;