12 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
2510ApplyLValueAnnotations(destinationType, destinationAnnotations), 2910var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4327var type = ApplyLValueAnnotations(symbol.GetTypeOrReturnType(), GetObjectInitializerMemberLValueAnnotations(symbol)); 5181var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 7452targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7484ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 7596targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 7613var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 9454var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10015TypeWithAnnotations leftLValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10064var lValueType = ApplyLValueAnnotations(type, annotations); 10619leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);