2 writes to LValueType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
133LValueType = lValueType; 148LValueType = TypeWithAnnotations.Create(type, annotation);
12 references to LValueType
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
149Debug.Assert(TypeSymbol.Equals(RValueType.Type, LValueType.Type, TypeCompareKind.ConsiderEverything)); 177return $"{{LValue: {LValueType.GetDebuggerDisplay()}, RValue: {RValueType.GetDebuggerDisplay()}}}"; 342get => _visitResult.LValueType; 433_analyzedNullabilityMapOpt[expr] = (new NullabilityInfo(result.LValueType.ToPublicAnnotation(), result.RValueType.State.ToPublicFlowState()), 4716Debug.Assert(argumentResults[0].LValueType.Type.Equals(containingType, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes)); 4969Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.LValueType.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes)); 4975receiverResult.LValueType.WithType(containingType), 8337var lvalueResultType = result.LValueType; 8450var lValueType = result.LValueType; 8474var declaredType = result.LValueType; 12570targetTypeWithAnnotations = reinferenceResult.Results[0].LValueType; 13846SetResult(node, result.RValueType, result.LValueType);