2 writes to LValueType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
105
LValueType
= lValueType;
114
LValueType
= TypeWithAnnotations.Create(type, annotation);
7 references to LValueType
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (7)
115
Debug.Assert(TypeSymbol.Equals(RValueType.Type,
LValueType
.Type, TypeCompareKind.ConsiderEverything));
118
internal string GetDebuggerDisplay() => $"{{LValue: {
LValueType
.GetDebuggerDisplay()}, RValue: {RValueType.GetDebuggerDisplay()}}}";
133
public TypeWithAnnotations LValueType => VisitResult.
LValueType
;
293
get => _visitResult.
LValueType
;
369
_analyzedNullabilityMapOpt[expr] = (new NullabilityInfo(result.
LValueType
.ToPublicAnnotation(), result.RValueType.State.ToPublicFlowState()),
8611
TypeWithAnnotations.Create(newType, visitResult.
LValueType
.NullableAnnotation));
11167
SetResult(node, result.RValueType, result.
LValueType
);