3 writes to Object
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\TraceLog.cs (3)
54
Object
= value ?? "<null>";
61
Object
= null;
68
Object
= 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
84
Object
;