14 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (14)
2569ApplyLValueAnnotations(destinationType, destinationAnnotations), 3028var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4534var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5505var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 7931targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7963ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8075targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8092var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10027var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10608leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 10613leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 10663var lValueType = ApplyLValueAnnotations(type, annotations); 10936lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 11365leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);