14 references to ApplyLValueAnnotations
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (14)
2570ApplyLValueAnnotations(destinationType, destinationAnnotations), 3029var parameterLValueType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 4692var type = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(symbol), GetObjectInitializerMemberLValueAnnotations(symbol)); 5663var targetTypeWithNullability = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 8088targetTypeWithNullability: ApplyLValueAnnotations(parameterType, parameterAnnotations), 8120ReportNullableAssignmentIfNecessary(argumentNoConversion, ApplyLValueAnnotations(parameterType, parameterAnnotations), resultType, useLegacyWarnings: false); 8232targetType: ApplyLValueAnnotations(lValueType, leftAnnotations), 8249var lValueType = ApplyLValueAnnotations(declaredType, leftAnnotations); 10194var parameterType = ApplyLValueAnnotations(parameter.TypeWithAnnotations, parameterAnnotations); 10775leftLValueType = ApplyLValueAnnotations(GetTypeOrReturnTypeWithAnnotations(field), leftAnnotations); 10780leftLValueType = ApplyLValueAnnotations(LvalueResultType, leftAnnotations); 10830var lValueType = ApplyLValueAnnotations(type, annotations); 11103lvalueType = ApplyLValueAnnotations(lvalueType, leftAnnotations); 11540leftLvalueType = ApplyLValueAnnotations(leftLvalueType, leftArgumentAnnotations);