13 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker.cs (13)
2545ApplyLValueAnnotations(destinationType, destinationAnnotations), 3004var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4422var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5337var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 7668targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7700ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 7812targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 7829var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 9678var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10259leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 10264leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 10314var lValueType = ApplyLValueAnnotations(type, annotations); 10904leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);