12 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
2508ApplyLValueAnnotations(destinationType, destinationAnnotations),
2908var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
4322var type = ApplyLValueAnnotations(symbol.GetTypeOrReturnType(), GetObjectInitializerMemberLValueAnnotations(symbol));
5176var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
7441targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations),
7473ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false);
7585targetType: ApplyLValueAnnotations(lValueType, leftAnnotations),
7602var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
9443var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations);
10004TypeWithAnnotations leftLValueType = ApplyLValueAnnotations(declaredType, leftAnnotations);
10053var lValueType = ApplyLValueAnnotations(type, annotations);
10608leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);