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