121 references to NotNull
Microsoft.CodeAnalysis.CSharp (121)
Binder\Semantics\BestTypeInferrer.cs (1)
38
NullableFlowState result = NullableFlowState.
NotNull
;
FlowAnalysis\NullableWalker.cs (93)
235
private static readonly TypeWithState _invalidType = TypeWithState.Create(new UnsupportedMetadataTypeSymbol(), NullableFlowState.
NotNull
);
2011
return NullableFlowState.
NotNull
;
2044
return NullableFlowState.
NotNull
;
2073
var result = NullableFlowState.
NotNull
;
2094
return NullableFlowState.
NotNull
;
2440
case NullableFlowState.
NotNull
:
2823
NullableFlowState.
NotNull
;
2871
/// and the new state is not <see cref="NullableFlowState.
NotNull
"/>, this method should be called to perform the
2879
if (newState != NullableFlowState.
NotNull
&& NonMonotonicState.HasValue)
3100
return TypeWithState.Create(parameterType.Type, NullableFlowState.
NotNull
);
3403
SetState(ref state, slot, NullableFlowState.
NotNull
);
3676
placeholderResult = new VisitResult(placeholder.Type, NullableAnnotation.NotAnnotated, NullableFlowState.
NotNull
);
3927
SetResultType(node, TypeWithState.Create(null, NullableFlowState.
NotNull
));
3935
SetResultType(node, TypeWithState.Create(null, NullableFlowState.
NotNull
));
4031
NullableFlowState.
NotNull
));
4241
return NullableFlowState.
NotNull
;
4362
Debug.Assert(resultState == NullableFlowState.
NotNull
);
4402
return (-1, NullableFlowState.
NotNull
, inferInitialObjectStateAsContinuation(node, arguments, argumentResults, hasObjectInitializer));
4408
var resultState = NullableFlowState.
NotNull
;
4497
Debug.Assert(resultState == NullableFlowState.
NotNull
);
4650
var result = new VisitResult(objectInitializer.Type, NullableAnnotation.NotAnnotated, NullableFlowState.
NotNull
);
4675
argumentResults = argumentResults.SetItem(0, new VisitResult(containingType, NullableAnnotation.NotAnnotated, NullableFlowState.
NotNull
));
4801
firstArgumentResult = new VisitResult(containingType, NullableAnnotation.NotAnnotated, NullableFlowState.
NotNull
);
4894
SetAnalyzedNullability(node.ImplicitReceiverOpt, new VisitResult(node.ImplicitReceiverOpt.Type, NullableAnnotation.NotAnnotated, NullableFlowState.
NotNull
));
4952
SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.
NotNull
));
4957
var resultType = TypeWithState.Create(node.Type, NullableFlowState.
NotNull
);
5065
SetResultType(node, TypeWithState.Create(anonymousType, NullableFlowState.
NotNull
));
5097
SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.
NotNull
));
5102
SetResultType(node, TypeWithState.Create(arrayType, NullableFlowState.
NotNull
));
5380
NullableFlowState resultState = NullableFlowState.
NotNull
;
5411
resultState = NullableFlowState.
NotNull
;
6000
SetState(ref stateToUpdate, slot, NullableFlowState.
NotNull
);
6029
SetState(ref state, slot, NullableFlowState.
NotNull
);
6054
if (GetState(ref state, slot) == NullableFlowState.
NotNull
)
6086
SetState(ref state, childSlot, NullableFlowState.
NotNull
);
6165
SetState(ref this.State, leftSlot, NullableFlowState.
NotNull
);
6220
BoundNullCoalescingOperatorResultKind.NoCommonType => (node.Type, NullableFlowState.
NotNull
),
6225
BoundNullCoalescingOperatorResultKind.RightDynamicType => (rightResultType!, NullableFlowState.
NotNull
),
6243
return (rightType, NullableFlowState.
NotNull
);
6249
return (leftType, NullableFlowState.
NotNull
);
6264
TypeWithState.Create(leftType, NullableFlowState.
NotNull
),
6275
return (rightType, NullableFlowState.
NotNull
);
6771
SetResultType(node, TypeWithState.Create(rvalueType, NullableFlowState.
NotNull
));
7329
return NullableFlowState.
NotNull
;
7463
return TypeWithState.Create(typeWithState.Type, NullableFlowState.
NotNull
);
8085
SetState(ref state, memberSlot, NullableFlowState.
NotNull
);
8536
return TypeWithState.Create(typeWithState.Type, NullableFlowState.
NotNull
);
8555
return TypeWithState.Create(typeWithState.Type, NullableFlowState.
NotNull
);
8574
return TypeWithState.Create(typeWithState.Type, NullableFlowState.
NotNull
);
9418
SetResultType(node, TypeWithState.Create(null, NullableFlowState.
NotNull
));
9425
SetState(ref this.State, slot, NullableFlowState.
NotNull
);
9443
SetResultType(node, TypeWithState.Create(tupleOpt, NullableFlowState.
NotNull
));
9566
SetState(ref this.State, targetFieldSlot, NullableFlowState.
NotNull
);
9583
SetState(ref this.State, targetFieldSlot, NullableFlowState.
NotNull
);
9878
NullableFlowState resultState = NullableFlowState.
NotNull
;
9910
resultState = NullableFlowState.
NotNull
;
9935
return TypeWithState.Create(targetType, NullableFlowState.
NotNull
);
9941
resultState = NullableFlowState.
NotNull
;
9945
resultState = NullableFlowState.
NotNull
;
9950
resultState = NullableFlowState.
NotNull
;
10010
resultState = NullableFlowState.
NotNull
;
10172
resultState = NullableFlowState.
NotNull
;
10245
resultState = NullableFlowState.
NotNull
;
10469
var resultType = TypeWithState.Create(targetType, NullableFlowState.
NotNull
);
10621
var resultType = TypeWithState.Create(targetTypeWithNullability.Type, NullableFlowState.
NotNull
);
10710
unionTypeWithState = TypeWithState.Create(toType, NullableFlowState.
NotNull
);
10921
var result = TypeWithState.Create(delegateType, NullableFlowState.
NotNull
);
11218
var rvalueResult = TypeWithState.Create(node.Type, NullableFlowState.
NotNull
);
11636
var valueBeforeNullableWrapping = TypeWithState.Create(underlyingType.Type, NullableFlowState.
NotNull
);
11769
SetResultType(node, TypeWithState.Create(receiverType.Type, NullableFlowState.
NotNull
));
11793
SetResultType(node, TypeWithState.Create(opType.Type, NullableFlowState.
NotNull
));
11962
SetResultType(node, TypeWithState.Create(receiverType.Type, NullableFlowState.
NotNull
));
11990
SetResultType(node, TypeWithState.Create(opType.Type, NullableFlowState.
NotNull
));
12371
SetState(ref this.StateWhenTrue, slotToSet, NullableFlowState.
NotNull
);
12593
if (enumeratorReturnType.State != NullableFlowState.
NotNull
)
12664
var state = NullableFlowState.
NotNull
;
12868
TypeWithState.Create(node.Type, node.OperatorKind.IsLifted() ? argumentResult.State : NullableFlowState.
NotNull
);
13134
SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.
NotNull
));
13171
SetState(ref this.State, slot, NullableFlowState.
NotNull
);
13217
NullableFlowState resultState = NullableFlowState.
NotNull
;
13270
SetResultType(node, TypeWithState.Create(node.Type, node.Type?.CanContainNull() != false && node.ConstantValueOpt?.IsNull == true ? NullableFlowState.MaybeDefault : NullableFlowState.
NotNull
));
13554
SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.
NotNull
));
13569
SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.
NotNull
));
13618
SetResultType(node, TypeWithState.Create(node.Type, NullableFlowState.
NotNull
));
13624
SetResultType(node, TypeWithState.Create(type, NullableFlowState.
NotNull
));
13692
SetState(ref this.State, slot, NullableFlowState.
NotNull
);
13834
Debug.Assert(ResultType is TypeWithState { Type: FunctionPointerTypeSymbol { }, State: NullableFlowState.
NotNull
});
14140
SetValue(Id, index, useNotNullsAsDefault ? NullableFlowState.
NotNull
: walker.GetDefaultState(ref this, slot));
14172
return NullableFlowState.
NotNull
;
14181
(false, false) => NullableFlowState.
NotNull
, // Should not be reachable
14184
(true, true) => NullableFlowState.
NotNull
14213
NullableFlowState.
NotNull
=> (true, true),
14267
var oldValue = oldReachable ? GetValue(i) : NullableFlowState.
NotNull
;
FlowAnalysis\NullableWalker_Patterns.cs (3)
466
SetState(ref State, outputSlot, NullableFlowState.
NotNull
);
518
SetState(ref this.State, outputSlot, NullableFlowState.
NotNull
); // Slice value is assumed to be never null
999
receiverType: TypeWithState.Create(inputType, NullableFlowState.
NotNull
),
Symbols\ConstraintsHelper.cs (5)
1231
return NullableFlowState.
NotNull
;
1235
return type.IsNullableTypeOrTypeParameter() ? NullableFlowState.MaybeNull : NullableFlowState.
NotNull
;
1242
return NullableFlowState.
NotNull
;
1247
return NullableFlowState.
NotNull
;
1267
if (state == NullableFlowState.
NotNull
)
Symbols\NullableFlowState.cs (1)
11
/// When in doubt we conservatively use <see cref="NullableFlowState.
NotNull
"/>
Symbols\NullableFlowStateExtensions.cs (6)
13
public static bool MayBeNull(this NullableFlowState state) => state != NullableFlowState.
NotNull
;
15
public static bool IsNotNull(this NullableFlowState state) => state == NullableFlowState.
NotNull
;
25
/// The result is <see cref="NullableFlowState.
NotNull
"/> if either operand is that.
32
CSharp.NullableFlowState.
NotNull
=> CodeAnalysis.NullableFlowState.NotNull,
42
CodeAnalysis.NullableFlowState.None => CSharp.NullableFlowState.
NotNull
,
43
CodeAnalysis.NullableFlowState.NotNull => CSharp.NullableFlowState.
NotNull
,
Symbols\TypeWithAnnotations.cs (4)
817
return annotation.IsAnnotated() ? NullableFlowState.MaybeDefault : NullableFlowState.
NotNull
;
821
return annotation switch { NullableAnnotation.Annotated => NullableFlowState.MaybeDefault, NullableAnnotation.NotAnnotated => NullableFlowState.MaybeNull, _ => NullableFlowState.
NotNull
};
825
return annotation switch { NullableAnnotation.Annotated => NullableFlowState.MaybeDefault, _ => NullableFlowState.
NotNull
};
831
return annotation switch { NullableAnnotation.Annotated => NullableFlowState.MaybeNull, _ => NullableFlowState.
NotNull
};
Symbols\TypeWithState.cs (8)
21
public bool IsNotNull => State == NullableFlowState.
NotNull
;
36
var state = defaultState != NullableFlowState.
NotNull
&& type?.CanContainNull() != false ? NullableFlowState.MaybeNull : NullableFlowState.
NotNull
;
54
state = NullableFlowState.
NotNull
;
63
state = NullableFlowState.
NotNull
;
71
Debug.Assert(state == NullableFlowState.
NotNull
|| type?.CanContainNull() != false);
81
public TypeWithState WithNotNullState() => new TypeWithState(Type, NullableFlowState.
NotNull
);
83
public TypeWithState WithSuppression(bool suppress) => suppress ? new TypeWithState(Type, NullableFlowState.
NotNull
) : this;