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