2 writes to LValueType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
114
LValueType
= lValueType;
129
LValueType
= TypeWithAnnotations.Create(type, annotation);
11 references to LValueType
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\NullableWalker.cs (11)
130
Debug.Assert(TypeSymbol.Equals(RValueType.Type,
LValueType
.Type, TypeCompareKind.ConsiderEverything));
158
return $"{{LValue: {
LValueType
.GetDebuggerDisplay()}, RValue: {RValueType.GetDebuggerDisplay()}}}";
317
get => _visitResult.
LValueType
;
402
_analyzedNullabilityMapOpt[expr] = (new NullabilityInfo(result.
LValueType
.ToPublicAnnotation(), result.RValueType.State.ToPublicFlowState()),
4328
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
LValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4386
Debug.Assert(TypeSymbol.Equals(containingType, receiverResult.
LValueType
.Type, TypeCompareKind.IgnoreNullableModifiersForReferenceTypes));
4392
receiverResult.
LValueType
.WithType(containingType),
7403
var lvalueResultType = result.
LValueType
;
7515
var lValueType = result.
LValueType
;
7539
var declaredType = result.
LValueType
;
10914
targetTypeWithAnnotations = results[0].
LValueType
;