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); 7687targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7719ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 7831targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 7848var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 9728var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10309leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 10314leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 10364var lValueType = ApplyLValueAnnotations(type, annotations); 10954leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);