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()}}}";
299
get => _visitResult.
RValueType
;
350
Debug.Assert(TypeAllowsConditionalState(visitResult.
RValueType
.Type)
408
_analyzedNullabilityMapOpt[expr] = (new NullabilityInfo(result.LValueType.ToPublicAnnotation(), result.
RValueType
.State.ToPublicFlowState()),
411
expr.Type?.Equals(result.
RValueType
.Type, TypeCompareKind.AllIgnoreOptions) == true ? result.
RValueType
.Type : expr.Type);
547
Debug.Assert(AreCloseEnough(placeholder.Type, result.
RValueType
.Type));
4488
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
RValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4546
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
RValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4552
TypeWithState.Create(containingType, receiverResult.
RValueType
.State),
6322
var rvalueType = _currentConditionalReceiverVisitResult.
RValueType
.Type;
6594
learnFromEqualsMethodArguments(arguments[0], results[0].
RValueType
, arguments[1], results[1].
RValueType
);
6605
learnFromEqualsMethodArguments(receiver, receiverType, arguments[0], results[0].
RValueType
);
6793
var valueFlowState = compareExchangeInfo.Results[valueIndex].
RValueType
.State;
6800
var locationFlowState = compareExchangeInfo.Results[locationIndex].
RValueType
.State;
7178
if (results[i].
RValueType
.IsNotNull || isExpandedParamsArgument)
7235
TrackAnalyzedNullabilityThroughConversionGroup(TypeWithState.Create(argument.Type, result.
RValueType
.State), argument as BoundConversion, argumentNoConversion);
7646
var resultType = result.
RValueType
;
8273
var argumentType = visitResult.
RValueType
.ToTypeWithAnnotations(compilation);
11801
var reinferredGetResult = _visitResult.
RValueType
.Type is NamedTypeSymbol taskAwaiterType