2 writes to LValueType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
114
LValueType
= lValueType;
129
LValueType
= TypeWithAnnotations.Create(type, annotation);
12 references to LValueType
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
130
Debug.Assert(TypeSymbol.Equals(RValueType.Type,
LValueType
.Type, TypeCompareKind.ConsiderEverything));
158
return $"{{LValue: {
LValueType
.GetDebuggerDisplay()}, RValue: {RValueType.GetDebuggerDisplay()}}}";
323
get => _visitResult.
LValueType
;
414
_analyzedNullabilityMapOpt[expr] = (new NullabilityInfo(result.
LValueType
.ToPublicAnnotation(), result.RValueType.State.ToPublicFlowState()),
4550
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
LValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4608
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
LValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4614
receiverResult.
LValueType
.WithType(containingType),
7862
var lvalueResultType = result.
LValueType
;
7974
var lValueType = result.
LValueType
;
7998
var declaredType = result.
LValueType
;
11628
targetTypeWithAnnotations = results[0].
LValueType
;
12903
SetResult(node, result.RValueType, result.
LValueType
);