1 override of NullLiteral
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
17
protected override string
NullLiteral
=> ObjectDisplay.NullLiteral;
1 reference to NullLiteral
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
51
return
NullLiteral
;