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