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);
538
Debug.Assert(AreCloseEnough(placeholder.Type, result.
RValueType
.Type));
4327
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
RValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4385
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
RValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4391
TypeWithState.Create(containingType, receiverResult.
RValueType
.State),
6163
var rvalueType = _currentConditionalReceiverVisitResult.
RValueType
.Type;
6328
learnFromEqualsMethodArguments(arguments[0], results[0].
RValueType
, arguments[1], results[1].
RValueType
);
6339
learnFromEqualsMethodArguments(receiver, receiverType, arguments[0], results[0].
RValueType
);
6527
var valueFlowState = compareExchangeInfo.Results[valueIndex].
RValueType
.State;
6534
var locationFlowState = compareExchangeInfo.Results[locationIndex].
RValueType
.State;
6903
if (results[i].
RValueType
.IsNotNull || isExpandedParamsArgument)
6959
TrackAnalyzedNullabilityThroughConversionGroup(TypeWithState.Create(argument.Type, result.
RValueType
.State), argument as BoundConversion, argumentNoConversion);
7358
var resultType = result.
RValueType
;
7981
var argumentType = visitResult.
RValueType
.ToTypeWithAnnotations(compilation);
11442
var reinferredGetResult = _visitResult.
RValueType
.Type is NamedTypeSymbol taskAwaiterType