2 overrides of NullLiteral
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpPrimitiveFormatter.cs (1)
17protected override string NullLiteral => ObjectDisplay.NullLiteral;
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicPrimitiveFormatter.vb (1)
14Protected Overrides ReadOnly Property NullLiteral As String
1 reference to NullLiteral
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
52return NullLiteral;