15 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (15)
FlowAnalysis\NullableWalker.cs (15)
2570ApplyLValueAnnotations(destinationType, destinationAnnotations), 3030var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4764var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5735var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 8187targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 8219ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8331targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8348var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10438var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10600var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 11174leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 11179leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 11229var lValueType = ApplyLValueAnnotations(type, annotations); 11502lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 11947leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);