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