2 references to IsDefaultValue
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
2556
IsDefaultValue
(conversion.Operand);
2619
InheritNullableStateOfTrackableStruct(targetType.Type, targetSlot, valueSlot, isDefaultValue: !(valueOpt is null) &&
IsDefaultValue
(valueOpt), skipSlot: targetSlot);