1 instantiation of ConstantValueBad
Microsoft.CodeAnalysis (1)
ConstantValueSpecialized.cs (1)
32public static readonly ConstantValueBad Instance = new ConstantValueBad();
2 references to ConstantValueBad
Microsoft.CodeAnalysis (2)
ConstantValue.cs (1)
91public static ConstantValue Bad { get { return ConstantValueBad.Instance; } }
ConstantValueSpecialized.cs (1)
32public static readonly ConstantValueBad Instance = new ConstantValueBad();