2 writes to RValueType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
113
RValueType
= rValueType;
128
RValueType
= TypeWithState.Create(type, state);
24 references to RValueType
Microsoft.CodeAnalysis.CSharp (24)
FlowAnalysis\NullableWalker.cs (24)
130
Debug.Assert(TypeSymbol.Equals(
RValueType
.Type, LValueType.Type, TypeCompareKind.ConsiderEverything));
148
return new VisitResult(
RValueType
, lvalueType, NestedVisitResults);
151
return new VisitResult(
RValueType
, lvalueType, StateForLambda);
158
return $"{{LValue: {LValueType.GetDebuggerDisplay()}, RValue: {
RValueType
.GetDebuggerDisplay()}}}";
293
get => _visitResult.
RValueType
;
344
Debug.Assert(TypeAllowsConditionalState(visitResult.
RValueType
.Type)
402
_analyzedNullabilityMapOpt[expr] = (new NullabilityInfo(result.LValueType.ToPublicAnnotation(), result.
RValueType
.State.ToPublicFlowState()),
405
expr.Type?.Equals(result.
RValueType
.Type, TypeCompareKind.AllIgnoreOptions) == true ? result.
RValueType
.Type : expr.Type);
539
Debug.Assert(AreCloseEnough(placeholder.Type, result.
RValueType
.Type));
4388
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
RValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4446
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
RValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4452
TypeWithState.Create(containingType, receiverResult.
RValueType
.State),
6224
var rvalueType = _currentConditionalReceiverVisitResult.
RValueType
.Type;
6389
learnFromEqualsMethodArguments(arguments[0], results[0].
RValueType
, arguments[1], results[1].
RValueType
);
6400
learnFromEqualsMethodArguments(receiver, receiverType, arguments[0], results[0].
RValueType
);
6588
var valueFlowState = compareExchangeInfo.Results[valueIndex].
RValueType
.State;
6595
var locationFlowState = compareExchangeInfo.Results[locationIndex].
RValueType
.State;
6964
if (results[i].
RValueType
.IsNotNull || isExpandedParamsArgument)
7020
TrackAnalyzedNullabilityThroughConversionGroup(TypeWithState.Create(argument.Type, result.
RValueType
.State), argument as BoundConversion, argumentNoConversion);
7419
var resultType = result.
RValueType
;
8042
var argumentType = visitResult.
RValueType
.ToTypeWithAnnotations(compilation);
11503
var reinferredGetResult = _visitResult.
RValueType
.Type is NamedTypeSymbol taskAwaiterType