12 references to Null
Microsoft.CodeAnalysis (11)
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
109if (sortedCaseLabels[0].Key != ConstantValue.Null)
ConstantValue.cs (5)
93public static ConstantValue Nothing { get { return Null; } } 105return Null; 372case ConstantValueTypeDiscriminator.Null: return Null; 430case ConstantValueTypeDiscriminator.String: return Null; 744return ReferenceEquals(this, Null);
MetadataReader\MetadataDecoder.cs (3)
1022value = (type.IsReferenceType || type.TypeKind == TypeKind.Pointer || type.TypeKind == TypeKind.FunctionPointer) ? ConstantValue.Null : ConstantValue.Bad; 1119return ConstantValue.Null; 1132return ConstantValue.Null;
MetadataReader\PEModule.cs (1)
3742return ConstantValue.Null;
Operations\ControlFlowGraphBuilder.cs (1)
3459? ConstantValue.Null
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Operators.cs (1)
3937/// - <see cref="ConstantValue.Null"/>