15 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (15)
FlowAnalysis\NullableWalker.cs (15)
2608ApplyLValueAnnotations(destinationType, destinationAnnotations), 3075var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4749var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5773var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 8256targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 8288ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8401targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8418var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10500var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10668var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 11253leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 11258leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 11308var lValueType = ApplyLValueAnnotations(type, annotations); 11581lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 12030leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);