13 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker.cs (13)
2545ApplyLValueAnnotations(destinationType, destinationAnnotations), 3004var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4476var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5391var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 7741targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7773ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 7885targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 7902var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 9782var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10363leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 10368leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 10418var lValueType = ApplyLValueAnnotations(type, annotations); 11008leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);