12 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker.cs (12)
2410ApplyLValueAnnotations(destinationType, destinationAnnotations), 2810var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4145var type = ApplyLValueAnnotations(symbol.GetTypeOrReturnType(), GetObjectInitializerMemberLValueAnnotations(symbol)); 4999var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 7226targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 7258ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 7370targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 7387var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 9216var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 9789TypeWithAnnotations leftLValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 9838var lValueType = ApplyLValueAnnotations(type, annotations); 10393leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);