15 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (15)
FlowAnalysis\NullableWalker.cs (15)
2650ApplyLValueAnnotations(destinationType, destinationAnnotations), 3117var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4791var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5831var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 8314targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 8346ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8459targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8476var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10558var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10730var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 11315leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 11320leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 11377var lValueType = ApplyLValueAnnotations(type, annotations); 11650lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 12099leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);