1 instantiation of NoConstantSentinel
ILAssembler (1)
GrammarVisitor.cs (1)
2933
public static readonly NoConstantSentinel Instance =
new
();
5 references to NoConstantSentinel
ILAssembler (5)
GrammarVisitor.cs (5)
2463
if (constantValue is not
NoConstantSentinel
)
2927
return new(
NoConstantSentinel
.Instance);
2933
public static readonly
NoConstantSentinel
Instance = new();
3840
if (constantValue is not
NoConstantSentinel
)
4571
if (constantValue is not
NoConstantSentinel
)